#9BF7FC

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

Shades of Pale Turquoise #9BF7FC

Tints of Pale Turquoise #9BF7FC

Color information

#9BF7FC (or 0x9BF7FC) is unknown color: approx Pale Turquoise. HEX triplet: 9B, F7 and FC. RGB value is (155,247,252). Sum of RGB (Red+Green+Blue) = 155+247+252=654 (86% of max value = 765). Red value is 155 (60.94% from 255 or 23.70% from 654); Green value is 247 (96.88% from 255 or 37.77% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #9BF7FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF7FC is #640803. Grayscale: #DBDBDB. Windows color (decimal): -6555652 or 16578459. OLE color: 16578459.

HSL color Cylindrical-coordinate representation of color #9BF7FC: hue angle of 183.09º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BF7FC is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB155247252-
CMYK0.380.0200.01
HSL183.09º94.17%79.8%-
HSV(B)183.09º38.49%98.82%-
XYZ64.3580.52104.25-
YUV220.06146.0281.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 23.70%
GREEN value IS 247 (96.88% from 255) = 37.77%
BLUE value IS 252 (98.83% from 255) = 38.53%
R=23.70%
G=37.77%
B=38.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1552472520.380.0200.01183.0994.1779.8
Hex9BF7FC26201b75e50
Octal23336737446201267136120
Binary10011011111101111111110010011010011011011110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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