Html Css Color HEX #ADFAF0 Pale Turquoise

📋 copy color: '#ADFAF0'

red 173 ◦ green 250 ◦ blue 240

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

Shades of Pale Turquoise #ADFAF0

Tints of Pale Turquoise #ADFAF0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.71%

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

R = 26.09%
G = 37.71%
B = 36.2%

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

#ADFAF0 (or 0xADFAF0) is known color: Pale Turquoise. HEX triplet: AD, FA and F0. RGB value is (173,250,240). Sum of RGB (Red+Green+Blue) = 173+250+240=663 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.09% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 240 (94.14% from 255 or 36.20% from 663); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFAF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFAF0 is #52050F. Grayscale: #E1E1E1. Windows color (decimal): -5375248 or 15792813. OLE color: 15792813.

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

Color convert

RGB 173 250 240 -
CMYK 0.31 0 0.04 0.02
HSL 172.21º 0.89% 0.83% -
HSV(B) 172.21º 0.31% 0.98% -
XYZ 67.15 83.55 95.03 -
YUV 225.84 135.99 90.31 -
System Red Green Blue C M Y K H S L
Decimal 173 250 240 0.31 0 0.04 0.02 172.21 0.89 0.83
Hex AD FA F0 1F 0 4 2 AC 59 53
Octal 255 372 360 37 0 4 2 254 131 123
Binary 10101101 11111010 11110000 11111 0 100 10 10101100 1011001 1010011

Color Harmonies of #ADFAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFAF0

Black with #ADFAF0

Text Example


Text Example

White with #ADFAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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