#9CFBE8

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

Shades of Pale Turquoise #9CFBE8

Tints of Pale Turquoise #9CFBE8

Color information

#9CFBE8 (or 0x9CFBE8) is unknown color: approx Pale Turquoise. HEX triplet: 9C, FB and E8. RGB value is (156,251,232). Sum of RGB (Red+Green+Blue) = 156+251+232=639 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.41% from 639); Green value is 251 (98.44% from 255 or 39.28% from 639); Blue value is 232 (91.02% from 255 or 36.31% from 639); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFBE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFBE8 is #630417. Grayscale: #DCDCDC. Windows color (decimal): -6489112 or 15268764. OLE color: 15268764.

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

Color convert

RGB156251232-
CMYK0.3800.080.02
HSL168º92.23%79.8%-
HSV(B)168º37.85%98.43%-
XYZ62.7781.8988.84-
YUV220.43134.5382.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.41%
GREEN value IS 251 (98.44% from 255) = 39.28%
BLUE value IS 232 (91.02% from 255) = 36.31%
R=24.41%
G=39.28%
B=36.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1562512320.3800.080.0216892.2379.8
Hex9CFBE826082a85c50
Octal234373350460102250134120
Binary10011100111110111110100010011001000101010100010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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