#9CFDEA

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

Shades of Pale Turquoise #9CFDEA

Tints of Pale Turquoise #9CFDEA

Color information

#9CFDEA (or 0x9CFDEA) is unknown color: approx Pale Turquoise. HEX triplet: 9C, FD and EA. RGB value is (156,253,234). Sum of RGB (Red+Green+Blue) = 156+253+234=643 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.26% from 643); Green value is 253 (99.22% from 255 or 39.35% from 643); Blue value is 234 (91.80% from 255 or 36.39% from 643); Max value from RGB is 253 - color contains mainly: green. Hex color #9CFDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFDEA is #630215. Grayscale: #DDDDDD. Windows color (decimal): -6488598 or 15400348. OLE color: 15400348.

HSL color Cylindrical-coordinate representation of color #9CFDEA: hue angle of 168.25º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CFDEA is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB156253234-
CMYK0.3800.080.01
HSL168.25º96.04%80.2%-
HSV(B)168.25º38.34%99.22%-
XYZ63.6983.2690.56-
YUV221.83134.8681.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.26%
GREEN value IS 253 (99.22% from 255) = 39.35%
BLUE value IS 234 (91.80% from 255) = 36.39%
R=24.26%
G=39.35%
B=36.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1562532340.3800.080.01168.2596.0480.2
Hex9CFDEA26081a86050
Octal234375352460101250140120
Binary1001110011111101111010101001100100011010100011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,253,234); }

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

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

 a { background-color: rgb(156,253,234); }

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

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

 span { border-color: rgb(156,253,234); }

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