Html Css Color HEX #ADF0EA Pale Turquoise

📋 copy color: '#ADF0EA'

red 173 ◦ green 240 ◦ blue 234

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

Shades of Pale Turquoise #ADF0EA

Tints of Pale Turquoise #ADF0EA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.09%

 BLUE value IS 234 (91.8% from 255) = 36.17%

R = 26.74%
G = 37.09%
B = 36.17%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#ADF0EA (or 0xADF0EA) is known color: Pale Turquoise. HEX triplet: AD, F0 and EA. RGB value is (173,240,234). Sum of RGB (Red+Green+Blue) = 173+240+234=647 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.74% from 647); Green value is 240 (94.14% from 255 or 37.09% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF0EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF0EA is #520F15. Grayscale: #DBDBDB. Windows color (decimal): -5377814 or 15397037. OLE color: 15397037.

HSL color Cylindrical-coordinate representation of color #ADF0EA: hue angle of 174.63º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADF0EA is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 240 234 -
CMYK 0.28 0 0.02 0.06
HSL 174.63º 0.69% 0.81% -
HSV(B) 174.63º 0.28% 0.94% -
XYZ 63.24 77.14 89.4 -
YUV 219.28 136.3 94.99 -
System Red Green Blue C M Y K H S L
Decimal 173 240 234 0.28 0 0.02 0.06 174.63 0.69 0.81
Hex AD F0 EA 1C 0 2 6 AF 45 51
Octal 255 360 352 34 0 2 6 257 105 121
Binary 10101101 11110000 11101010 11100 0 10 110 10101111 1000101 1010001

Color Harmonies of #ADF0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF0EA

Black with #ADF0EA

Text Example


Text Example

White with #ADF0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF0EA; }

 p { color: rgb(173,240,234); }

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

background-color css

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

 a { background-color: rgb(173,240,234); }

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

border-color css

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

 span { border-color: rgb(173,240,234); }

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