#C2FDFD

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

Shades of Pale Turquoise #C2FDFD

Tints of Pale Turquoise #C2FDFD

Color information

#C2FDFD (or 0xC2FDFD) is unknown color: approx Pale Turquoise. HEX triplet: C2, FD and FD. RGB value is (194,253,253). Sum of RGB (Red+Green+Blue) = 194+253+253=700 (92% of max value = 765). Red value is 194 (76.17% from 255 or 27.71% from 700); Green value is 253 (99.22% from 255 or 36.14% from 700); Blue value is 253 (99.22% from 255 or 36.14% from 700); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #C2FDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FDFD is #3D0202. Grayscale: #EBEBEB. Windows color (decimal): -3998211 or 16645570. OLE color: 16645570.

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

Color convert

RGB194253253-
CMYK0.23000.01
HSL180º93.65%87.65%-
HSV(B)180º23.32%99.22%-
XYZ75.188.81106.11-
YUV235.36137.9598.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 27.71%
GREEN value IS 253 (99.22% from 255) = 36.14%
BLUE value IS 253 (99.22% from 255) = 36.14%
R=27.71%
G=36.14%
B=36.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1942532530.23000.0118093.6587.65
HexC2FDFD17001b45e58
Octal30237537527001264136130
Binary110000101111110111111101101110011011010010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FDFD; }

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

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

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

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

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

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

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

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