#9BFFFC

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

Shades of Pale Turquoise #9BFFFC

Tints of Pale Turquoise #9BFFFC

Color information

#9BFFFC (or 0x9BFFFC) is unknown color: approx Pale Turquoise. HEX triplet: 9B, FF and FC. RGB value is (155,255,252). Sum of RGB (Red+Green+Blue) = 155+255+252=662 (87% of max value = 765). Red value is 155 (60.94% from 255 or 23.41% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFFFC is #640003. Grayscale: #E0E0E0. Windows color (decimal): -6553604 or 16580507. OLE color: 16580507.

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

Color convert

RGB155255252-
CMYK0.3900.010
HSL178.2º100%80.39%-
HSV(B)178.2º39.22%100%-
XYZ66.8585.52105.08-
YUV224.76143.3778.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 23.41%
GREEN value IS 255 (100% from 255) = 38.52%
BLUE value IS 252 (98.83% from 255) = 38.07%
R=23.41%
G=38.52%
B=38.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1552552520.3900.010178.210080.39
Hex9BFFFC27010b26450
Octal23337737447010262144120
Binary1001101111111111111111001001110101011001011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,255,252); }

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

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

 a { background-color: rgb(155,255,252); }

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

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

 span { border-color: rgb(155,255,252); }

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