#9BFAEE

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

Shades of Pale Turquoise #9BFAEE

Tints of Pale Turquoise #9BFAEE

Color information

#9BFAEE (or 0x9BFAEE) is unknown color: approx Pale Turquoise. HEX triplet: 9B, FA and EE. RGB value is (155,250,238). Sum of RGB (Red+Green+Blue) = 155+250+238=643 (85% of max value = 765). Red value is 155 (60.94% from 255 or 24.11% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFAEE is #640511. Grayscale: #DCDCDC. Windows color (decimal): -6554898 or 15661723. OLE color: 15661723.

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

Color convert

RGB155250238-
CMYK0.3800.050.02
HSL172.42º90.48%79.41%-
HSV(B)172.42º38%98.04%-
XYZ63.1481.5193.29-
YUV220.23138.0381.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.11%
GREEN value IS 250 (98.05% from 255) = 38.88%
BLUE value IS 238 (93.36% from 255) = 37.01%
R=24.11%
G=38.88%
B=37.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552502380.3800.050.02172.4290.4879.41
Hex9BFAEE26052ac5a4f
Octal23337235646052254132117
Binary1001101111111010111011101001100101101010110010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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