#9CF6FA

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

Shades of Pale Turquoise #9CF6FA

Tints of Pale Turquoise #9CF6FA

Color information

#9CF6FA (or 0x9CF6FA) is unknown color: approx Pale Turquoise. HEX triplet: 9C, F6 and FA. RGB value is (156,246,250). Sum of RGB (Red+Green+Blue) = 156+246+250=652 (86% of max value = 765). Red value is 156 (61.33% from 255 or 23.93% from 652); Green value is 246 (96.48% from 255 or 37.73% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #9CF6FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CF6FA is #630905. Grayscale: #DBDBDB. Windows color (decimal): -6490374 or 16447132. OLE color: 16447132.

HSL color Cylindrical-coordinate representation of color #9CF6FA: hue angle of 182.55º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CF6FA is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB156246250-
CMYK0.380.0200.02
HSL182.55º90.38%79.61%-
HSV(B)182.55º37.6%98.04%-
XYZ63.9279.88102.49-
YUV219.55145.1882.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 23.93%
GREEN value IS 246 (96.48% from 255) = 37.73%
BLUE value IS 250 (98.05% from 255) = 38.34%
R=23.93%
G=37.73%
B=38.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1562462500.380.0200.02182.5590.3879.61
Hex9CF6FA26202b75a50
Octal23436637246202267132120
Binary100111001111011011111010100110100101011011110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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