Html Css Color HEX #ADF6EA Pale Turquoise

📋 copy color: '#ADF6EA'

red 173 ◦ green 246 ◦ blue 234

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

Shades of Pale Turquoise #ADF6EA

Tints of Pale Turquoise #ADF6EA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.67%

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

R = 26.49%
G = 37.67%
B = 35.83%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#ADF6EA (or 0xADF6EA) is known color: Pale Turquoise. HEX triplet: AD, F6 and EA. RGB value is (173,246,234). Sum of RGB (Red+Green+Blue) = 173+246+234=653 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.49% from 653); Green value is 246 (96.48% from 255 or 37.67% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF6EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF6EA is #520915. Grayscale: #DEDEDE. Windows color (decimal): -5376278 or 15398573. OLE color: 15398573.

HSL color Cylindrical-coordinate representation of color #ADF6EA: hue angle of 170.14º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF6EA is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 246 234 -
CMYK 0.30 0 0.05 0.04
HSL 170.14º 0.8% 0.82% -
HSV(B) 170.14º 0.3% 0.96% -
XYZ 65.04 80.74 90 -
YUV 222.81 134.32 92.48 -
System Red Green Blue C M Y K H S L
Decimal 173 246 234 0.30 0 0.05 0.04 170.14 0.8 0.82
Hex AD F6 EA 1E 0 5 4 AA 50 52
Octal 255 366 352 36 0 5 4 252 120 122
Binary 10101101 11110110 11101010 11110 0 101 100 10101010 1010000 1010010

Color Harmonies of #ADF6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF6EA

Black with #ADF6EA

Text Example


Text Example

White with #ADF6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF6EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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