#9BF0EE

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

Shades of Pale Turquoise #9BF0EE

Tints of Pale Turquoise #9BF0EE

Color information

#9BF0EE (or 0x9BF0EE) is unknown color: approx Pale Turquoise. HEX triplet: 9B, F0 and EE. RGB value is (155,240,238). Sum of RGB (Red+Green+Blue) = 155+240+238=633 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.49% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 240 - color contains mainly: green. Hex color #9BF0EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF0EE is #640F11. Grayscale: #D6D6D6. Windows color (decimal): -6557458 or 15659163. OLE color: 15659163.

HSL color Cylindrical-coordinate representation of color #9BF0EE: hue angle of 178.59º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BF0EE is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB155240238-
CMYK0.3500.010.06
HSL178.59º73.91%77.45%-
HSV(B)178.59º35.42%94.12%-
XYZ60.1175.4692.29-
YUV214.36141.3485.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.49%
GREEN value IS 240 (94.14% from 255) = 37.91%
BLUE value IS 238 (93.36% from 255) = 37.60%
R=24.49%
G=37.91%
B=37.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1552402380.3500.010.06178.5973.9177.45
Hex9BF0EE23016b34a4d
Octal23336035643016263112115
Binary100110111111000011101110100011011101011001110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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