#C2FEF9

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

Shades of Pale Turquoise #C2FEF9

Tints of Pale Turquoise #C2FEF9

Color information

#C2FEF9 (or 0xC2FEF9) is unknown color: approx Pale Turquoise. HEX triplet: C2, FE and F9. RGB value is (194,254,249). Sum of RGB (Red+Green+Blue) = 194+254+249=697 (92% of max value = 765). Red value is 194 (76.17% from 255 or 27.83% from 697); Green value is 254 (99.61% from 255 or 36.44% from 697); Blue value is 249 (97.66% from 255 or 35.72% from 697); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FEF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FEF9 is #3D0106. Grayscale: #EBEBEB. Windows color (decimal): -3997959 or 16383682. OLE color: 16383682.

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

Color convert

RGB194254249-
CMYK0.2400.020.00
HSL175º96.77%87.84%-
HSV(B)175º23.62%99.61%-
XYZ74.7989.19102.9-
YUV235.49135.6298.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 27.83%
GREEN value IS 254 (99.61% from 255) = 36.44%
BLUE value IS 249 (97.66% from 255) = 35.72%
R=27.83%
G=36.44%
B=35.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1942542490.2400.020.0017596.7787.84
HexC2FEF918020af6158
Octal30237637130020257141130
Binary1100001011111110111110011100001001010111111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FEF9; }

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

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

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

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

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

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

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

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