Html Css Color HEX #ADF0EF Pale Turquoise

📋 copy color: '#ADF0EF'

red 173 ◦ green 240 ◦ blue 239

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

Shades of Pale Turquoise #ADF0EF

Tints of Pale Turquoise #ADF0EF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.81%

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

R = 26.53%
G = 36.81%
B = 36.66%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#ADF0EF (or 0xADF0EF) is known color: Pale Turquoise. HEX triplet: AD, F0 and EF. RGB value is (173,240,239). Sum of RGB (Red+Green+Blue) = 173+240+239=652 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.53% from 652); Green value is 240 (94.14% from 255 or 36.81% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF0EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF0EF is #520F10. Grayscale: #DBDBDB. Windows color (decimal): -5377809 or 15724717. OLE color: 15724717.

HSL color Cylindrical-coordinate representation of color #ADF0EF: hue angle of 179.1º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADF0EF is Cyan = 0.28, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 240 239 -
CMYK 0.28 0 0.00 0.06
HSL 179.1º 0.69% 0.81% -
HSV(B) 179.1º 0.28% 0.94% -
XYZ 63.97 77.44 93.24 -
YUV 219.85 138.8 94.58 -
System Red Green Blue C M Y K H S L
Decimal 173 240 239 0.28 0 0.00 0.06 179.1 0.69 0.81
Hex AD F0 EF 1C 0 0 6 B3 45 51
Octal 255 360 357 34 0 0 6 263 105 121
Binary 10101101 11110000 11101111 11100 0 0 110 10110011 1000101 1010001

Color Harmonies of #ADF0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF0EF

Black with #ADF0EF

Text Example


Text Example

White with #ADF0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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