#9BFBFA

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

Shades of Pale Turquoise #9BFBFA

Tints of Pale Turquoise #9BFBFA

Color information

#9BFBFA (or 0x9BFBFA) is unknown color: approx Pale Turquoise. HEX triplet: 9B, FB and FA. RGB value is (155,251,250). Sum of RGB (Red+Green+Blue) = 155+251+250=656 (86% of max value = 765). Red value is 155 (60.94% from 255 or 23.63% from 656); Green value is 251 (98.44% from 255 or 38.26% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFBFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFBFA is #640405. Grayscale: #DEDEDE. Windows color (decimal): -6554630 or 16448411. OLE color: 16448411.

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

Color convert

RGB155251250-
CMYK0.3800.000.02
HSL179.38º92.31%79.61%-
HSV(B)179.38º38.25%98.43%-
XYZ65.2782.87103-
YUV222.18143.780.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 23.63%
GREEN value IS 251 (98.44% from 255) = 38.26%
BLUE value IS 250 (98.05% from 255) = 38.11%
R=23.63%
G=38.26%
B=38.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552512500.3800.000.02179.3892.3179.61
Hex9BFBFA26002b35c50
Octal23337337246002263134120
Binary10011011111110111111101010011000101011001110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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