Html Css Color HEX #ADF8ED Pale Turquoise

📋 copy color: '#ADF8ED'

red 173 ◦ green 248 ◦ blue 237

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

Shades of Pale Turquoise #ADF8ED

Tints of Pale Turquoise #ADF8ED

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.69%

 BLUE value IS 237 (92.97% from 255) = 36.02%

R = 26.29%
G = 37.69%
B = 36.02%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#ADF8ED (or 0xADF8ED) is known color: Pale Turquoise. HEX triplet: AD, F8 and ED. RGB value is (173,248,237). Sum of RGB (Red+Green+Blue) = 173+248+237=658 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.29% from 658); Green value is 248 (97.27% from 255 or 37.69% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF8ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF8ED is #520712. Grayscale: #E0E0E0. Windows color (decimal): -5375763 or 15595693. OLE color: 15595693.

HSL color Cylindrical-coordinate representation of color #ADF8ED: hue angle of 171.2º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF8ED is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 248 237 -
CMYK 0.30 0 0.04 0.03
HSL 171.2º 0.84% 0.83% -
HSV(B) 171.2º 0.3% 0.97% -
XYZ 66.09 82.13 92.49 -
YUV 224.32 135.15 91.39 -
System Red Green Blue C M Y K H S L
Decimal 173 248 237 0.30 0 0.04 0.03 171.2 0.84 0.83
Hex AD F8 ED 1E 0 4 3 AB 54 53
Octal 255 370 355 36 0 4 3 253 124 123
Binary 10101101 11111000 11101101 11110 0 100 11 10101011 1010100 1010011

Color Harmonies of #ADF8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF8ED

Black with #ADF8ED

Text Example


Text Example

White with #ADF8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF8ED; }

 p { color: rgb(173,248,237); }

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

background-color css

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

 a { background-color: rgb(173,248,237); }

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

border-color css

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

 span { border-color: rgb(173,248,237); }

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