Html Css Color HEX #ADF0F9 Pale Turquoise

📋 copy color: '#ADF0F9'

red 173 ◦ green 240 ◦ blue 249

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

Shades of Pale Turquoise #ADF0F9

Tints of Pale Turquoise #ADF0F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 37.61%

R = 26.13%
G = 36.25%
B = 37.61%

CMYK

 C value IS 0.31

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ADF0F9 (or 0xADF0F9) is known color: Pale Turquoise. HEX triplet: AD, F0 and F9. RGB value is (173,240,249). Sum of RGB (Red+Green+Blue) = 173+240+249=662 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.13% from 662); Green value is 240 (94.14% from 255 or 36.25% from 662); Blue value is 249 (97.66% from 255 or 37.61% from 662); Max value from RGB is 249 - color contains mainly: blue. Hex color #ADF0F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF0F9 is #520F06. Grayscale: #DCDCDC. Windows color (decimal): -5377799 or 16380077. OLE color: 16380077.

HSL color Cylindrical-coordinate representation of color #ADF0F9: hue angle of 187.11º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADF0F9 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 240 249 -
CMYK 0.31 0.04 0 0.02
HSL 187.11º 0.86% 0.83% -
HSV(B) 187.11º 0.31% 0.98% -
XYZ 65.49 78.04 101.23 -
YUV 220.99 143.8 93.77 -
System Red Green Blue C M Y K H S L
Decimal 173 240 249 0.31 0.04 0 0.02 187.11 0.86 0.83
Hex AD F0 F9 1F 4 0 2 BB 56 53
Octal 255 360 371 37 4 0 2 273 126 123
Binary 10101101 11110000 11111001 11111 100 0 10 10111011 1010110 1010011

Color Harmonies of #ADF0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF0F9

Black with #ADF0F9

Text Example


Text Example

White with #ADF0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF0F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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