Html Css Color HEX #ADF9F0 Pale Turquoise

📋 copy color: '#ADF9F0'

red 173 ◦ green 249 ◦ blue 240

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

Shades of Pale Turquoise #ADF9F0

Tints of Pale Turquoise #ADF9F0

RGB

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

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

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

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

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #ADF9F0: hue angle of 172.89º 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 #ADF9F0 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 249 240 -
CMYK 0.31 0 0.04 0.02
HSL 172.89º 0.86% 0.83% -
HSV(B) 172.89º 0.31% 0.98% -
XYZ 66.84 82.93 94.92 -
YUV 225.25 136.32 90.73 -
System Red Green Blue C M Y K H S L
Decimal 173 249 240 0.31 0 0.04 0.02 172.89 0.86 0.83
Hex AD F9 F0 1F 0 4 2 AD 56 53
Octal 255 371 360 37 0 4 2 255 126 123
Binary 10101101 11111001 11110000 11111 0 100 10 10101101 1010110 1010011

Color Harmonies of #ADF9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF9F0

Black with #ADF9F0

Text Example


Text Example

White with #ADF9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF9F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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