#9BF3EE

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

Shades of Pale Turquoise #9BF3EE

Tints of Pale Turquoise #9BF3EE

Color information

#9BF3EE (or 0x9BF3EE) is unknown color: approx Pale Turquoise. HEX triplet: 9B, F3 and EE. RGB value is (155,243,238). Sum of RGB (Red+Green+Blue) = 155+243+238=636 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.37% from 636); Green value is 243 (95.31% from 255 or 38.21% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 243 - color contains mainly: green. Hex color #9BF3EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF3EE is #640C11. Grayscale: #D8D8D8. Windows color (decimal): -6556690 or 15659931. OLE color: 15659931.

HSL color Cylindrical-coordinate representation of color #9BF3EE: hue angle of 176.59º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BF3EE is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB155243238-
CMYK0.3600.020.05
HSL176.59º78.57%78.04%-
HSV(B)176.59º36.21%95.29%-
XYZ6177.2492.58-
YUV216.12140.3584.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.37%
GREEN value IS 243 (95.31% from 255) = 38.21%
BLUE value IS 238 (93.36% from 255) = 37.42%
R=24.37%
G=38.21%
B=37.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1552432380.3600.020.05176.5978.5778.04
Hex9BF3EE24025b14f4e
Octal23336335644025261117116
Binary1001101111110011111011101001000101011011000110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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