Html Css Color HEX #ADF6EE Pale Turquoise

📋 copy color: '#ADF6EE'

red 173 ◦ green 246 ◦ blue 238

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

Shades of Pale Turquoise #ADF6EE

Tints of Pale Turquoise #ADF6EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.23%

R = 26.33%
G = 37.44%
B = 36.23%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#ADF6EE (or 0xADF6EE) is known color: Pale Turquoise. HEX triplet: AD, F6 and EE. RGB value is (173,246,238). Sum of RGB (Red+Green+Blue) = 173+246+238=657 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.33% from 657); Green value is 246 (96.48% from 255 or 37.44% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF6EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF6EE is #520911. Grayscale: #DFDFDF. Windows color (decimal): -5376274 or 15660717. OLE color: 15660717.

HSL color Cylindrical-coordinate representation of color #ADF6EE: hue angle of 173.42º 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 #ADF6EE is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 246 238 -
CMYK 0.30 0 0.03 0.04
HSL 173.42º 0.8% 0.82% -
HSV(B) 173.42º 0.3% 0.96% -
XYZ 65.62 80.97 93.06 -
YUV 223.26 136.32 92.15 -
System Red Green Blue C M Y K H S L
Decimal 173 246 238 0.30 0 0.03 0.04 173.42 0.8 0.82
Hex AD F6 EE 1E 0 3 4 AD 50 52
Octal 255 366 356 36 0 3 4 255 120 122
Binary 10101101 11110110 11101110 11110 0 11 100 10101101 1010000 1010010

Color Harmonies of #ADF6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF6EE

Black with #ADF6EE

Text Example


Text Example

White with #ADF6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF6EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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