Html Css Color HEX #ADEBE4 Pale Turquoise

📋 copy color: '#ADEBE4'

red 173 ◦ green 235 ◦ blue 228

#ADEBE4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Turquoise #ADEBE4

Tints of Pale Turquoise #ADEBE4

RGB

 RED value IS 173 (67.97% from 255) = 27.2%

 GREEN value IS 235 (92.19% from 255) = 36.95%

 BLUE value IS 228 (89.45% from 255) = 35.85%

R = 27.2%
G = 36.95%
B = 35.85%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ADEBE4 (or 0xADEBE4) is known color: Pale Turquoise. HEX triplet: AD, EB and E4. RGB value is (173,235,228). Sum of RGB (Red+Green+Blue) = 173+235+228=636 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.20% from 636); Green value is 235 (92.19% from 255 or 36.95% from 636); Blue value is 228 (89.45% from 255 or 35.85% from 636); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEBE4 is #52141B. Grayscale: #D7D7D7. Windows color (decimal): -5379100 or 15002541. OLE color: 15002541.

HSL color Cylindrical-coordinate representation of color #ADEBE4: hue angle of 173.23º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADEBE4 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 235 228 -
CMYK 0.26 0 0.03 0.08
HSL 173.23º 0.61% 0.8% -
HSV(B) 173.23º 0.26% 0.92% -
XYZ 60.95 73.9 84.45 -
YUV 215.66 134.96 97.57 -
System Red Green Blue C M Y K H S L
Decimal 173 235 228 0.26 0 0.03 0.08 173.23 0.61 0.8
Hex AD EB E4 1A 0 3 8 AD 3D 50
Octal 255 353 344 32 0 3 10 255 75 120
Binary 10101101 11101011 11100100 11010 0 11 1000 10101101 111101 1010000

Color Harmonies of #ADEBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEBE4

Black with #ADEBE4

Text Example


Text Example

White with #ADEBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEBE4; }

 p { color: rgb(173,235,228); }

 H1.HeaderClassName
 {
   color: #ADEBE4;
 }
 .AnyTagClassName
 {
   color: #ADEBE4;
 }
</style>

background-color css

<style>
 a { background-color: #ADEBE4; }

 a { background-color: rgb(173,235,228); }

 div.DivClassName
 {
   background-color: #ADEBE4;
 }
 .BgClassName
 {
   background-color: #ADEBE4;
 }
</style>

border-color css

<style>
 span { border-color: #ADEBE4; }

 span { border-color: rgb(173,235,228); }

 td.TdClassName
 {
   border-color: #ADEBE4;
 }
 .TagClassName
 {
   border-color: #ADEBE4;
 }
</style>