#C2FEFC

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

Shades of Pale Turquoise #C2FEFC

Tints of Pale Turquoise #C2FEFC

Color information

#C2FEFC (or 0xC2FEFC) is unknown color: approx Pale Turquoise. HEX triplet: C2, FE and FC. RGB value is (194,254,252). Sum of RGB (Red+Green+Blue) = 194+254+252=700 (92% of max value = 765). Red value is 194 (76.17% from 255 or 27.71% from 700); Green value is 254 (99.61% from 255 or 36.29% from 700); Blue value is 252 (98.83% from 255 or 36% from 700); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FEFC is #3D0103. Grayscale: #EBEBEB. Windows color (decimal): -3997956 or 16580290. OLE color: 16580290.

HSL color Cylindrical-coordinate representation of color #C2FEFC: hue angle of 178º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FEFC is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB194254252-
CMYK0.2400.010.00
HSL178º96.77%87.84%-
HSV(B)178º23.62%99.61%-
XYZ75.2689.38105.38-
YUV235.83137.1298.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 27.71%
GREEN value IS 254 (99.61% from 255) = 36.29%
BLUE value IS 252 (98.83% from 255) = 36%
R=27.71%
G=36.29%
B=36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1942542520.2400.010.0017896.7787.84
HexC2FEFC18010b26158
Octal30237637430010262141130
Binary110000101111111011111100110000101011001011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FEFC; }

 p { color: rgb(194,254,252); }

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

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

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

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

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

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

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