#9CFFFB

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

Shades of Pale Turquoise #9CFFFB

Tints of Pale Turquoise #9CFFFB

Color information

#9CFFFB (or 0x9CFFFB) is unknown color: approx Pale Turquoise. HEX triplet: 9C, FF and FB. RGB value is (156,255,251). Sum of RGB (Red+Green+Blue) = 156+255+251=662 (87% of max value = 765). Red value is 156 (61.33% from 255 or 23.56% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFFFB is #630004. Grayscale: #E0E0E0. Windows color (decimal): -6488069 or 16514972. OLE color: 16514972.

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

Color convert

RGB156255251-
CMYK0.3900.020
HSL177.58º100%80.59%-
HSV(B)177.58º38.82%100%-
XYZ66.8885.55104.26-
YUV224.94142.778.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 23.56%
GREEN value IS 255 (100% from 255) = 38.52%
BLUE value IS 251 (98.44% from 255) = 37.92%
R=23.56%
G=38.52%
B=37.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1562552510.3900.020177.5810080.59
Hex9CFFFB27020b26451
Octal23437737347020262144121
Binary10011100111111111111101110011101001011001011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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