#9BF9EA

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

Shades of Pale Turquoise #9BF9EA

Tints of Pale Turquoise #9BF9EA

Color information

#9BF9EA (or 0x9BF9EA) is unknown color: approx Pale Turquoise. HEX triplet: 9B, F9 and EA. RGB value is (155,249,234). Sum of RGB (Red+Green+Blue) = 155+249+234=638 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.29% from 638); Green value is 249 (97.66% from 255 or 39.03% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 249 - color contains mainly: green. Hex color #9BF9EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF9EA is #640615. Grayscale: #DBDBDB. Windows color (decimal): -6555158 or 15399323. OLE color: 15399323.

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

Color convert

RGB155249234-
CMYK0.3800.060.02
HSL170.43º88.68%79.22%-
HSV(B)170.43º37.75%97.65%-
XYZ62.2480.6690.13-
YUV219.18136.3682.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.29%
GREEN value IS 249 (97.66% from 255) = 39.03%
BLUE value IS 234 (91.80% from 255) = 36.68%
R=24.29%
G=39.03%
B=36.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552492340.3800.060.02170.4388.6879.22
Hex9BF9EA26062aa594f
Octal23337135246062252131117
Binary1001101111111001111010101001100110101010101010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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