#9BF9FB

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

Shades of Pale Turquoise #9BF9FB

Tints of Pale Turquoise #9BF9FB

Color information

#9BF9FB (or 0x9BF9FB) is unknown color: approx Pale Turquoise. HEX triplet: 9B, F9 and FB. RGB value is (155,249,251). Sum of RGB (Red+Green+Blue) = 155+249+251=655 (86% of max value = 765). Red value is 155 (60.94% from 255 or 23.66% from 655); Green value is 249 (97.66% from 255 or 38.02% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #9BF9FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF9FB is #640604. Grayscale: #DDDDDD. Windows color (decimal): -6555141 or 16513435. OLE color: 16513435.

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

Color convert

RGB155249251-
CMYK0.380.0100.02
HSL181.25º92.31%79.61%-
HSV(B)181.25º38.25%98.43%-
XYZ64.8181.68103.62-
YUV221.12144.8680.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 23.66%
GREEN value IS 249 (97.66% from 255) = 38.02%
BLUE value IS 251 (98.44% from 255) = 38.32%
R=23.66%
G=38.02%
B=38.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552492510.380.0100.02181.2592.3179.61
Hex9BF9FB26102b55c50
Octal23337137346102265134120
Binary10011011111110011111101110011010101011010110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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