Html Css Color HEX #ADFAF8 Pale Turquoise

📋 copy color: '#ADFAF8'

red 173 ◦ green 250 ◦ blue 248

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

Shades of Pale Turquoise #ADFAF8

Tints of Pale Turquoise #ADFAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.96%

R = 25.78%
G = 37.26%
B = 36.96%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#ADFAF8 (or 0xADFAF8) is known color: Pale Turquoise. HEX triplet: AD, FA and F8. RGB value is (173,250,248). Sum of RGB (Red+Green+Blue) = 173+250+248=671 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.78% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 248 (97.27% from 255 or 36.96% from 671); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFAF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFAF8 is #520507. Grayscale: #E2E2E2. Windows color (decimal): -5375240 or 16317101. OLE color: 16317101.

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

Color convert

RGB 173 250 248 -
CMYK 0.31 0 0.01 0.02
HSL 178.44º 0.89% 0.83% -
HSV(B) 178.44º 0.31% 0.98% -
XYZ 68.36 84.03 101.42 -
YUV 226.75 139.99 89.66 -
System Red Green Blue C M Y K H S L
Decimal 173 250 248 0.31 0 0.01 0.02 178.44 0.89 0.83
Hex AD FA F8 1F 0 1 2 B2 59 53
Octal 255 372 370 37 0 1 2 262 131 123
Binary 10101101 11111010 11111000 11111 0 1 10 10110010 1011001 1010011

Color Harmonies of #ADFAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFAF8

Black with #ADFAF8

Text Example


Text Example

White with #ADFAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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