#C2FDF8

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

Shades of Pale Turquoise #C2FDF8

Tints of Pale Turquoise #C2FDF8

Color information

#C2FDF8 (or 0xC2FDF8) is unknown color: approx Pale Turquoise. HEX triplet: C2, FD and F8. RGB value is (194,253,248). Sum of RGB (Red+Green+Blue) = 194+253+248=695 (92% of max value = 765). Red value is 194 (76.17% from 255 or 27.91% from 695); Green value is 253 (99.22% from 255 or 36.40% from 695); Blue value is 248 (97.27% from 255 or 35.68% from 695); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FDF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FDF8 is #3D0207. Grayscale: #EAEAEA. Windows color (decimal): -3998216 or 16317890. OLE color: 16317890.

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

Color convert

RGB194253248-
CMYK0.2300.020.01
HSL174.92º93.65%87.65%-
HSV(B)174.92º23.32%99.22%-
XYZ74.3288.5101.97-
YUV234.79135.4598.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 27.91%
GREEN value IS 253 (99.22% from 255) = 36.40%
BLUE value IS 248 (97.27% from 255) = 35.68%
R=27.91%
G=36.40%
B=35.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1942532480.2300.020.01174.9293.6587.65
HexC2FDF817021af5e58
Octal30237537027021257136130
Binary1100001011111101111110001011101011010111110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FDF8; }

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

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

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

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

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

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

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

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