#9BFAED

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

Shades of Pale Turquoise #9BFAED

Tints of Pale Turquoise #9BFAED

Color information

#9BFAED (or 0x9BFAED) is unknown color: approx Pale Turquoise. HEX triplet: 9B, FA and ED. RGB value is (155,250,237). Sum of RGB (Red+Green+Blue) = 155+250+237=642 (85% of max value = 765). Red value is 155 (60.94% from 255 or 24.14% from 642); Green value is 250 (98.05% from 255 or 38.94% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFAED is #640512. Grayscale: #DCDCDC. Windows color (decimal): -6554899 or 15596187. OLE color: 15596187.

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

Color convert

RGB155250237-
CMYK0.3800.050.02
HSL171.79º90.48%79.41%-
HSV(B)171.79º38%98.04%-
XYZ62.9981.4592.52-
YUV220.11137.5381.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.14%
GREEN value IS 250 (98.05% from 255) = 38.94%
BLUE value IS 237 (92.97% from 255) = 36.92%
R=24.14%
G=38.94%
B=36.92%

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
Decimal1552502370.3800.050.02171.7990.4879.41
Hex9BFAED26052ac5a4f
Octal23337235546052254132117
Binary1001101111111010111011011001100101101010110010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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