#9CFEF2

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

Shades of Pale Turquoise #9CFEF2

Tints of Pale Turquoise #9CFEF2

Color information

#9CFEF2 (or 0x9CFEF2) is unknown color: approx Pale Turquoise. HEX triplet: 9C, FE and F2. RGB value is (156,254,242). Sum of RGB (Red+Green+Blue) = 156+254+242=652 (86% of max value = 765). Red value is 156 (61.33% from 255 or 23.93% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 242 (94.92% from 255 or 37.12% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #9CFEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFEF2 is #63010D. Grayscale: #DFDFDF. Windows color (decimal): -6488334 or 15924892. OLE color: 15924892.

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

Color convert

RGB156254242-
CMYK0.3900.050.00
HSL172.65º98%80.39%-
HSV(B)172.65º38.58%99.61%-
XYZ65.1884.3696.85-
YUV223.33138.5379.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 23.93%
GREEN value IS 254 (99.61% from 255) = 38.96%
BLUE value IS 242 (94.92% from 255) = 37.12%
R=23.93%
G=38.96%
B=37.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1562542420.3900.050.00172.659880.39
Hex9CFEF227050ad6250
Octal23437636247050255142120
Binary100111001111111011110010100111010101010110111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,254,242); }

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

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

 a { background-color: rgb(156,254,242); }

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

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

 span { border-color: rgb(156,254,242); }

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