#C2FDFA

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

Shades of Pale Turquoise #C2FDFA

Tints of Pale Turquoise #C2FDFA

Color information

#C2FDFA (or 0xC2FDFA) is unknown color: approx Pale Turquoise. HEX triplet: C2, FD and FA. RGB value is (194,253,250). Sum of RGB (Red+Green+Blue) = 194+253+250=697 (92% of max value = 765). Red value is 194 (76.17% from 255 or 27.83% from 697); Green value is 253 (99.22% from 255 or 36.30% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FDFA is #3D0205. Grayscale: #EAEAEA. Windows color (decimal): -3998214 or 16448962. OLE color: 16448962.

HSL color Cylindrical-coordinate representation of color #C2FDFA: hue angle of 176.95º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2FDFA is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB194253250-
CMYK0.2300.010.01
HSL176.95º93.65%87.65%-
HSV(B)176.95º23.32%99.22%-
XYZ74.6388.62103.61-
YUV235.02136.4598.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 27.83%
GREEN value IS 253 (99.22% from 255) = 36.30%
BLUE value IS 250 (98.05% from 255) = 35.87%
R=27.83%
G=36.30%
B=35.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1942532500.2300.010.01176.9593.6587.65
HexC2FDFA17011b15e58
Octal30237537227011261136130
Binary110000101111110111111010101110111011000110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FDFA; }

 p { color: rgb(194,253,250); }

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

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

 a { background-color: rgb(194,253,250); }

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

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

 span { border-color: rgb(194,253,250); }

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