#9BF9EE

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

Shades of Pale Turquoise #9BF9EE

Tints of Pale Turquoise #9BF9EE

Color information

#9BF9EE (or 0x9BF9EE) is unknown color: approx Pale Turquoise. HEX triplet: 9B, F9 and EE. RGB value is (155,249,238). Sum of RGB (Red+Green+Blue) = 155+249+238=642 (85% of max value = 765). Red value is 155 (60.94% from 255 or 24.14% from 642); Green value is 249 (97.66% from 255 or 38.79% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 249 - color contains mainly: green. Hex color #9BF9EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF9EE is #640611. Grayscale: #DBDBDB. Windows color (decimal): -6555154 or 15661467. OLE color: 15661467.

HSL color Cylindrical-coordinate representation of color #9BF9EE: hue angle of 172.98º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BF9EE is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB155249238-
CMYK0.3800.040.02
HSL172.98º88.68%79.22%-
HSV(B)172.98º37.75%97.65%-
XYZ62.8380.8993.19-
YUV219.64138.3681.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.14%
GREEN value IS 249 (97.66% from 255) = 38.79%
BLUE value IS 238 (93.36% from 255) = 37.07%
R=24.14%
G=38.79%
B=37.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552492380.3800.040.02172.9888.6879.22
Hex9BF9EE26042ad594f
Octal23337135646042255131117
Binary1001101111111001111011101001100100101010110110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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