#9CFEFE

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

Shades of Pale Turquoise #9CFEFE

Tints of Pale Turquoise #9CFEFE

Color information

#9CFEFE (or 0x9CFEFE) is unknown color: approx Pale Turquoise. HEX triplet: 9C, FE and FE. RGB value is (156,254,254). Sum of RGB (Red+Green+Blue) = 156+254+254=664 (87% of max value = 765). Red value is 156 (61.33% from 255 or 23.49% from 664); Green value is 254 (99.61% from 255 or 38.25% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #9CFEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFEFE is #630101. Grayscale: #E0E0E0. Windows color (decimal): -6488322 or 16711324. OLE color: 16711324.

HSL color Cylindrical-coordinate representation of color #9CFEFE: hue angle of 180º 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 #9CFEFE is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB156254254-
CMYK0.39000.00
HSL180º98%80.39%-
HSV(B)180º38.58%99.61%-
XYZ67.0485.11106.66-
YUV224.7144.5379-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 23.49%
GREEN value IS 254 (99.61% from 255) = 38.25%
BLUE value IS 254 (99.61% from 255) = 38.25%
R=23.49%
G=38.25%
B=38.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1562542540.39000.001809880.39
Hex9CFEFE27000b46250
Octal23437637647000264142120
Binary1001110011111110111111101001110001011010011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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