#9BF0E3

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

Shades of Pale Turquoise #9BF0E3

Tints of Pale Turquoise #9BF0E3

Color information

#9BF0E3 (or 0x9BF0E3) is unknown color: approx Pale Turquoise. HEX triplet: 9B, F0 and E3. RGB value is (155,240,227). Sum of RGB (Red+Green+Blue) = 155+240+227=622 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.92% from 622); Green value is 240 (94.14% from 255 or 38.59% from 622); Blue value is 227 (89.06% from 255 or 36.50% from 622); Max value from RGB is 240 - color contains mainly: green. Hex color #9BF0E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF0E3 is #640F1C. Grayscale: #D5D5D5. Windows color (decimal): -6557469 or 14938267. OLE color: 14938267.

HSL color Cylindrical-coordinate representation of color #9BF0E3: hue angle of 170.82º 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 #9BF0E3 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB155240227-
CMYK0.3500.050.06
HSL170.82º73.91%77.45%-
HSV(B)170.82º35.42%94.12%-
XYZ58.5474.8384.03-
YUV213.1135.8486.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.92%
GREEN value IS 240 (94.14% from 255) = 38.59%
BLUE value IS 227 (89.06% from 255) = 36.50%
R=24.92%
G=38.59%
B=36.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1552402270.3500.050.06170.8273.9177.45
Hex9BF0E323056ab4a4d
Octal23336034343056253112115
Binary10011011111100001110001110001101011101010101110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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