#9AFCF7

Color #9AFCF7 Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #9AFCF7

Tints of Pale Turquoise #9AFCF7

Color information

#9AFCF7 (or 0x9AFCF7) is unknown color: approx Pale Turquoise. HEX triplet: 9A, FC and F7. RGB value is (154,252,247). Sum of RGB (Red+Green+Blue) = 154+252+247=653 (86% of max value = 765). Red value is 154 (60.55% from 255 or 23.58% from 653); Green value is 252 (98.83% from 255 or 38.59% from 653); Blue value is 247 (96.88% from 255 or 37.83% from 653); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFCF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFCF7 is #650308. Grayscale: #DEDEDE. Windows color (decimal): -6619913 or 16252058. OLE color: 16252058.

HSL color Cylindrical-coordinate representation of color #9AFCF7: hue angle of 176.94º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFCF7 is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB154252247-
CMYK0.3900.020.01
HSL176.94º94.23%79.61%-
HSV(B)176.94º38.89%98.82%-
XYZ64.9383.21100.63-
YUV222.13142.0379.41-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 23.58%
GREEN value IS 252 (98.83% from 255) = 38.59%
BLUE value IS 247 (96.88% from 255) = 37.83%
R=23.58%
G=38.59%
B=37.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542522470.3900.020.01176.9494.2379.61
Hex9AFCF727021b15e50
Octal23237436747021261136120
Binary10011010111111001111011110011101011011000110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AFCF7; }

 p { color: rgb(154,252,247); }

 H1.HeaderClassName
 {
   color: #9AFCF7;
 }
 .AnyTagClassName
 {
   color: #9AFCF7;
 }
</style>
background-color css

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

 a { background-color: rgb(154,252,247); }

 div.DivClassName
 {
   background-color: #9AFCF7;
 }
 .BgClassName
 {
   background-color: #9AFCF7;
 }
</style>
border-color css

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

 span { border-color: rgb(154,252,247); }

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