#9CF9FB

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

Shades of Pale Turquoise #9CF9FB

Tints of Pale Turquoise #9CF9FB

Color information

#9CF9FB (or 0x9CF9FB) is unknown color: approx Pale Turquoise. HEX triplet: 9C, F9 and FB. RGB value is (156,249,251). Sum of RGB (Red+Green+Blue) = 156+249+251=656 (86% of max value = 765). Red value is 156 (61.33% from 255 or 23.78% from 656); Green value is 249 (97.66% from 255 or 37.96% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #9CF9FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CF9FB is #630604. Grayscale: #DDDDDD. Windows color (decimal): -6489605 or 16513436. OLE color: 16513436.

HSL color Cylindrical-coordinate representation of color #9CF9FB: hue angle of 181.26º degrees, saturation: 0.92, 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 #9CF9FB is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB156249251-
CMYK0.380.0100.02
HSL181.26º92.23%79.8%-
HSV(B)181.26º37.85%98.43%-
XYZ6581.78103.63-
YUV221.42144.6981.34-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 23.78%
GREEN value IS 249 (97.66% from 255) = 37.96%
BLUE value IS 251 (98.44% from 255) = 38.26%
R=23.78%
G=37.96%
B=38.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1562492510.380.0100.02181.2692.2379.8
Hex9CF9FB26102b55c50
Octal23437137346102265134120
Binary10011100111110011111101110011010101011010110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,249,251); }

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

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

 a { background-color: rgb(156,249,251); }

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

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

 span { border-color: rgb(156,249,251); }

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