#9CFBEE

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

Shades of Pale Turquoise #9CFBEE

Tints of Pale Turquoise #9CFBEE

Color information

#9CFBEE (or 0x9CFBEE) is unknown color: approx Pale Turquoise. HEX triplet: 9C, FB and EE. RGB value is (156,251,238). Sum of RGB (Red+Green+Blue) = 156+251+238=645 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.19% from 645); Green value is 251 (98.44% from 255 or 38.91% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFBEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFBEE is #630411. Grayscale: #DDDDDD. Windows color (decimal): -6489106 or 15661980. OLE color: 15661980.

HSL color Cylindrical-coordinate representation of color #9CFBEE: hue angle of 171.79º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CFBEE is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB156251238-
CMYK0.3800.050.02
HSL171.79º92.23%79.8%-
HSV(B)171.79º37.85%98.43%-
XYZ63.6482.2493.41-
YUV221.11137.5381.56-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.19%
GREEN value IS 251 (98.44% from 255) = 38.91%
BLUE value IS 238 (93.36% from 255) = 36.90%
R=24.19%
G=38.91%
B=36.90%

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
Decimal1562512380.3800.050.02171.7992.2379.8
Hex9CFBEE26052ac5c50
Octal23437335646052254134120
Binary1001110011111011111011101001100101101010110010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,251,238); }

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

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

 a { background-color: rgb(156,251,238); }

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

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

 span { border-color: rgb(156,251,238); }

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