#9BFDFB

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

Shades of Pale Turquoise #9BFDFB

Tints of Pale Turquoise #9BFDFB

Color information

#9BFDFB (or 0x9BFDFB) is unknown color: approx Pale Turquoise. HEX triplet: 9B, FD and FB. RGB value is (155,253,251). Sum of RGB (Red+Green+Blue) = 155+253+251=659 (87% of max value = 765). Red value is 155 (60.94% from 255 or 23.52% from 659); Green value is 253 (99.22% from 255 or 38.39% from 659); Blue value is 251 (98.44% from 255 or 38.09% from 659); Max value from RGB is 253 - color contains mainly: green. Hex color #9BFDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFDFB is #640204. Grayscale: #DFDFDF. Windows color (decimal): -6554117 or 16514459. OLE color: 16514459.

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

Color convert

RGB155253251-
CMYK0.3900.010.01
HSL178.78º96.08%80%-
HSV(B)178.78º38.74%99.22%-
XYZ66.0684.18104.03-
YUV223.47143.5379.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 23.52%
GREEN value IS 253 (99.22% from 255) = 38.39%
BLUE value IS 251 (98.44% from 255) = 38.09%
R=23.52%
G=38.39%
B=38.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1552532510.3900.010.01178.7896.0880
Hex9BFDFB27011b36050
Octal23337537347011263140120
Binary1001101111111101111110111001110111011001111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,253,251); }

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

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

 a { background-color: rgb(155,253,251); }

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

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

 span { border-color: rgb(155,253,251); }

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