#9BFCFF

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

Shades of Pale Turquoise #9BFCFF

Tints of Pale Turquoise #9BFCFF

Color information

#9BFCFF (or 0x9BFCFF) is unknown color: approx Pale Turquoise. HEX triplet: 9B, FC and FF. RGB value is (155,252,255). Sum of RGB (Red+Green+Blue) = 155+252+255=662 (87% of max value = 765). Red value is 155 (60.94% from 255 or 23.41% from 662); Green value is 252 (98.83% from 255 or 38.07% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BFCFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFCFF is #640300. Grayscale: #DFDFDF. Windows color (decimal): -6554369 or 16776347. OLE color: 16776347.

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

Color convert

RGB155252255-
CMYK0.390.0100
HSL181.8º100%80.39%-
HSV(B)181.8º39.22%100%-
XYZ66.3883.81107.29-
YUV223.34145.8679.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 23.41%
GREEN value IS 252 (98.83% from 255) = 38.07%
BLUE value IS 255 (100% from 255) = 38.52%
R=23.41%
G=38.07%
B=38.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1552522550.390.0100181.810080.39
Hex9BFCFF27100b66450
Octal23337437747100266144120
Binary1001101111111100111111111001111001011011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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