#9CFDED

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

Shades of Pale Turquoise #9CFDED

Tints of Pale Turquoise #9CFDED

Color information

#9CFDED (or 0x9CFDED) is unknown color: approx Pale Turquoise. HEX triplet: 9C, FD and ED. RGB value is (156,253,237). Sum of RGB (Red+Green+Blue) = 156+253+237=646 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.15% from 646); Green value is 253 (99.22% from 255 or 39.16% from 646); Blue value is 237 (92.97% from 255 or 36.69% from 646); Max value from RGB is 253 - color contains mainly: green. Hex color #9CFDED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFDED is #630212. Grayscale: #DEDEDE. Windows color (decimal): -6488595 or 15596956. OLE color: 15596956.

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

Color convert

RGB156253237-
CMYK0.3800.060.01
HSL170.1º96.04%80.2%-
HSV(B)170.1º38.34%99.22%-
XYZ64.1283.4392.85-
YUV222.17136.3680.8-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.15%
GREEN value IS 253 (99.22% from 255) = 39.16%
BLUE value IS 237 (92.97% from 255) = 36.69%
R=24.15%
G=39.16%
B=36.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1562532370.3800.060.01170.196.0480.2
Hex9CFDED26061aa6050
Octal23437535546061252140120
Binary100111001111110111101101100110011011010101011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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