#9BFBF0

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

Shades of Pale Turquoise #9BFBF0

Tints of Pale Turquoise #9BFBF0

Color information

#9BFBF0 (or 0x9BFBF0) is unknown color: approx Pale Turquoise. HEX triplet: 9B, FB and F0. RGB value is (155,251,240). Sum of RGB (Red+Green+Blue) = 155+251+240=646 (85% of max value = 765). Red value is 155 (60.94% from 255 or 23.99% from 646); Green value is 251 (98.44% from 255 or 38.85% from 646); Blue value is 240 (94.14% from 255 or 37.15% from 646); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFBF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFBF0 is #64040F. Grayscale: #DCDCDC. Windows color (decimal): -6554640 or 15793051. OLE color: 15793051.

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

Color convert

RGB155251240-
CMYK0.3800.040.02
HSL173.12º92.31%79.61%-
HSV(B)173.12º38.25%98.43%-
XYZ63.7482.2594.96-
YUV221.04138.780.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 23.99%
GREEN value IS 251 (98.44% from 255) = 38.85%
BLUE value IS 240 (94.14% from 255) = 37.15%
R=23.99%
G=38.85%
B=37.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552512400.3800.040.02173.1292.3179.61
Hex9BFBF026042ad5c50
Octal23337336046042255134120
Binary1001101111111011111100001001100100101010110110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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