Html Css Color HEX #ADFAF6 Pale Turquoise

📋 copy color: '#ADFAF6'

red 173 ◦ green 250 ◦ blue 246

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

Shades of Pale Turquoise #ADFAF6

Tints of Pale Turquoise #ADFAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 36.77%

R = 25.86%
G = 37.37%
B = 36.77%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#ADFAF6 (or 0xADFAF6) is known color: Pale Turquoise. HEX triplet: AD, FA and F6. RGB value is (173,250,246). Sum of RGB (Red+Green+Blue) = 173+250+246=669 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.86% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 246 (96.48% from 255 or 36.77% from 669); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFAF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFAF6 is #520509. Grayscale: #E2E2E2. Windows color (decimal): -5375242 or 16186029. OLE color: 16186029.

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

Color convert

RGB 173 250 246 -
CMYK 0.31 0 0.02 0.02
HSL 176.88º 0.89% 0.83% -
HSV(B) 176.88º 0.31% 0.98% -
XYZ 68.05 83.91 99.8 -
YUV 226.52 138.99 89.83 -
System Red Green Blue C M Y K H S L
Decimal 173 250 246 0.31 0 0.02 0.02 176.88 0.89 0.83
Hex AD FA F6 1F 0 2 2 B1 59 53
Octal 255 372 366 37 0 2 2 261 131 123
Binary 10101101 11111010 11110110 11111 0 10 10 10110001 1011001 1010011

Color Harmonies of #ADFAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFAF6

Black with #ADFAF6

Text Example


Text Example

White with #ADFAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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