#9BF6FB

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

Shades of Pale Turquoise #9BF6FB

Tints of Pale Turquoise #9BF6FB

Color information

#9BF6FB (or 0x9BF6FB) is unknown color: approx Pale Turquoise. HEX triplet: 9B, F6 and FB. RGB value is (155,246,251). Sum of RGB (Red+Green+Blue) = 155+246+251=652 (86% of max value = 765). Red value is 155 (60.94% from 255 or 23.77% from 652); Green value is 246 (96.48% from 255 or 37.73% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #9BF6FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF6FB is #640904. Grayscale: #DBDBDB. Windows color (decimal): -6555909 or 16512667. OLE color: 16512667.

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

Color convert

RGB155246251-
CMYK0.380.0200.02
HSL183.12º92.31%79.61%-
HSV(B)183.12º38.25%98.43%-
XYZ63.8979.85103.31-
YUV219.36145.8582.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 23.77%
GREEN value IS 246 (96.48% from 255) = 37.73%
BLUE value IS 251 (98.44% from 255) = 38.50%
R=23.77%
G=37.73%
B=38.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552462510.380.0200.02183.1292.3179.61
Hex9BF6FB26202b75c50
Octal23336637346202267134120
Binary100110111111011011111011100110100101011011110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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