#9CF9E5

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

Shades of Pale Turquoise #9CF9E5

Tints of Pale Turquoise #9CF9E5

Color information

#9CF9E5 (or 0x9CF9E5) is unknown color: approx Pale Turquoise. HEX triplet: 9C, F9 and E5. RGB value is (156,249,229). Sum of RGB (Red+Green+Blue) = 156+249+229=634 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.61% from 634); Green value is 249 (97.66% from 255 or 39.27% from 634); Blue value is 229 (89.84% from 255 or 36.12% from 634); Max value from RGB is 249 - color contains mainly: green. Hex color #9CF9E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF9E5 is #63061A. Grayscale: #DADADA. Windows color (decimal): -6489627 or 15071644. OLE color: 15071644.

HSL color Cylindrical-coordinate representation of color #9CF9E5: hue angle of 167.1º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CF9E5 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB156249229-
CMYK0.3700.080.02
HSL167.1º88.57%79.41%-
HSV(B)167.1º37.35%97.65%-
XYZ61.7380.4886.41-
YUV218.91133.6983.13-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.61%
GREEN value IS 249 (97.66% from 255) = 39.27%
BLUE value IS 229 (89.84% from 255) = 36.12%
R=24.61%
G=39.27%
B=36.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1562492290.3700.080.02167.188.5779.41
Hex9CF9E525082a7594f
Octal234371345450102247131117
Binary10011100111110011110010110010101000101010011110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,249,229); }

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

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

 a { background-color: rgb(156,249,229); }

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

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

 span { border-color: rgb(156,249,229); }

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