#9BF8EA

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

Shades of Pale Turquoise #9BF8EA

Tints of Pale Turquoise #9BF8EA

Color information

#9BF8EA (or 0x9BF8EA) is unknown color: approx Pale Turquoise. HEX triplet: 9B, F8 and EA. RGB value is (155,248,234). Sum of RGB (Red+Green+Blue) = 155+248+234=637 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.33% from 637); Green value is 248 (97.27% from 255 or 38.93% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 248 - color contains mainly: green. Hex color #9BF8EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF8EA is #640715. Grayscale: #DADADA. Windows color (decimal): -6555414 or 15399067. OLE color: 15399067.

HSL color Cylindrical-coordinate representation of color #9BF8EA: hue angle of 170.97º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BF8EA is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB155248234-
CMYK0.3800.060.03
HSL170.97º86.92%79.02%-
HSV(B)170.97º37.5%97.25%-
XYZ61.9480.0490.03-
YUV218.6136.6982.64-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.33%
GREEN value IS 248 (97.27% from 255) = 38.93%
BLUE value IS 234 (91.80% from 255) = 36.73%
R=24.33%
G=38.93%
B=36.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1552482340.3800.060.03170.9786.9279.02
Hex9BF8EA26063ab574f
Octal23337035246063253127117
Binary1001101111111000111010101001100110111010101110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,248,234); }

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

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

 a { background-color: rgb(155,248,234); }

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

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

 span { border-color: rgb(155,248,234); }

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