Html Css Color HEX #ADF2EB Pale Turquoise

📋 copy color: '#ADF2EB'

red 173 ◦ green 242 ◦ blue 235

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

Shades of Pale Turquoise #ADF2EB

Tints of Pale Turquoise #ADF2EB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.23%

 BLUE value IS 235 (92.19% from 255) = 36.15%

R = 26.62%
G = 37.23%
B = 36.15%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#ADF2EB (or 0xADF2EB) is known color: Pale Turquoise. HEX triplet: AD, F2 and EB. RGB value is (173,242,235). Sum of RGB (Red+Green+Blue) = 173+242+235=650 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.62% from 650); Green value is 242 (94.92% from 255 or 37.23% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF2EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF2EB is #520D14. Grayscale: #DCDCDC. Windows color (decimal): -5377301 or 15463085. OLE color: 15463085.

HSL color Cylindrical-coordinate representation of color #ADF2EB: hue angle of 173.91º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF2EB is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 242 235 -
CMYK 0.29 0 0.03 0.05
HSL 173.91º 0.73% 0.81% -
HSV(B) 173.91º 0.29% 0.95% -
XYZ 63.98 78.39 90.36 -
YUV 220.57 136.14 94.07 -
System Red Green Blue C M Y K H S L
Decimal 173 242 235 0.29 0 0.03 0.05 173.91 0.73 0.81
Hex AD F2 EB 1D 0 3 5 AE 49 51
Octal 255 362 353 35 0 3 5 256 111 121
Binary 10101101 11110010 11101011 11101 0 11 101 10101110 1001001 1010001

Color Harmonies of #ADF2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF2EB

Black with #ADF2EB

Text Example


Text Example

White with #ADF2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF2EB; }

 p { color: rgb(173,242,235); }

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

background-color css

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

 a { background-color: rgb(173,242,235); }

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

border-color css

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

 span { border-color: rgb(173,242,235); }

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