#9BF7FB

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

Shades of Pale Turquoise #9BF7FB

Tints of Pale Turquoise #9BF7FB

Color information

#9BF7FB (or 0x9BF7FB) is unknown color: approx Pale Turquoise. HEX triplet: 9B, F7 and FB. RGB value is (155,247,251). Sum of RGB (Red+Green+Blue) = 155+247+251=653 (86% of max value = 765). Red value is 155 (60.94% from 255 or 23.74% from 653); Green value is 247 (96.88% from 255 or 37.83% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #9BF7FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF7FB is #640804. Grayscale: #DBDBDB. Windows color (decimal): -6555653 or 16512923. OLE color: 16512923.

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

Color convert

RGB155247251-
CMYK0.380.0200.02
HSL182.5º92.31%79.61%-
HSV(B)182.5º38.25%98.43%-
XYZ64.1980.46103.41-
YUV219.95145.5281.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 23.74%
GREEN value IS 247 (96.88% from 255) = 37.83%
BLUE value IS 251 (98.44% from 255) = 38.44%
R=23.74%
G=37.83%
B=38.44%

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
Decimal1552472510.380.0200.02182.592.3179.61
Hex9BF7FB26202b65c50
Octal23336737346202266134120
Binary100110111111011111111011100110100101011011010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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