Html Css Color HEX #ADF2EF Pale Turquoise

📋 copy color: '#ADF2EF'

red 173 ◦ green 242 ◦ blue 239

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

Shades of Pale Turquoise #ADF2EF

Tints of Pale Turquoise #ADF2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.54%

R = 26.45%
G = 37%
B = 36.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#ADF2EF (or 0xADF2EF) is known color: Pale Turquoise. HEX triplet: AD, F2 and EF. RGB value is (173,242,239). Sum of RGB (Red+Green+Blue) = 173+242+239=654 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.45% from 654); Green value is 242 (94.92% from 255 or 37.00% from 654); Blue value is 239 (93.75% from 255 or 36.54% from 654); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF2EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF2EF is #520D10. Grayscale: #DCDCDC. Windows color (decimal): -5377297 or 15725229. OLE color: 15725229.

HSL color Cylindrical-coordinate representation of color #ADF2EF: hue angle of 177.39º 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 #ADF2EF is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 242 239 -
CMYK 0.29 0 0.01 0.05
HSL 177.39º 0.73% 0.81% -
HSV(B) 177.39º 0.29% 0.95% -
XYZ 64.57 78.62 93.43 -
YUV 221.03 138.14 93.74 -
System Red Green Blue C M Y K H S L
Decimal 173 242 239 0.29 0 0.01 0.05 177.39 0.73 0.81
Hex AD F2 EF 1D 0 1 5 B1 49 51
Octal 255 362 357 35 0 1 5 261 111 121
Binary 10101101 11110010 11101111 11101 0 1 101 10110001 1001001 1010001

Color Harmonies of #ADF2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF2EF

Black with #ADF2EF

Text Example


Text Example

White with #ADF2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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