Html Css Color HEX #ADF5ED Pale Turquoise

📋 copy color: '#ADF5ED'

red 173 ◦ green 245 ◦ blue 237

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

Shades of Pale Turquoise #ADF5ED

Tints of Pale Turquoise #ADF5ED

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.4%

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

R = 26.41%
G = 37.4%
B = 36.18%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#ADF5ED (or 0xADF5ED) is known color: Pale Turquoise. HEX triplet: AD, F5 and ED. RGB value is (173,245,237). Sum of RGB (Red+Green+Blue) = 173+245+237=655 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.41% from 655); Green value is 245 (96.09% from 255 or 37.40% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF5ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF5ED is #520A12. Grayscale: #DEDEDE. Windows color (decimal): -5376531 or 15594925. OLE color: 15594925.

HSL color Cylindrical-coordinate representation of color #ADF5ED: hue angle of 173.33º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF5ED is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 245 237 -
CMYK 0.29 0 0.03 0.04
HSL 173.33º 0.78% 0.82% -
HSV(B) 173.33º 0.29% 0.96% -
XYZ 65.17 80.3 92.19 -
YUV 222.56 136.15 92.65 -
System Red Green Blue C M Y K H S L
Decimal 173 245 237 0.29 0 0.03 0.04 173.33 0.78 0.82
Hex AD F5 ED 1D 0 3 4 AD 4E 52
Octal 255 365 355 35 0 3 4 255 116 122
Binary 10101101 11110101 11101101 11101 0 11 100 10101101 1001110 1010010

Color Harmonies of #ADF5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF5ED

Black with #ADF5ED

Text Example


Text Example

White with #ADF5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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