#C2FDFE

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

Shades of Pale Turquoise #C2FDFE

Tints of Pale Turquoise #C2FDFE

Color information

#C2FDFE (or 0xC2FDFE) is unknown color: approx Pale Turquoise. HEX triplet: C2, FD and FE. RGB value is (194,253,254). Sum of RGB (Red+Green+Blue) = 194+253+254=701 (92% of max value = 765). Red value is 194 (76.17% from 255 or 27.67% from 701); Green value is 253 (99.22% from 255 or 36.09% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2FDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FDFE is #3D0201. Grayscale: #EBEBEB. Windows color (decimal): -3998210 or 16711106. OLE color: 16711106.

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

Color convert

RGB194253254-
CMYK0.240.0000.00
HSL181º96.77%87.84%-
HSV(B)181º23.62%99.61%-
XYZ75.2688.88106.95-
YUV235.47138.4598.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 27.67%
GREEN value IS 253 (99.22% from 255) = 36.09%
BLUE value IS 254 (99.61% from 255) = 36.23%
R=27.67%
G=36.09%
B=36.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1942532540.240.0000.0018196.7787.84
HexC2FDFE18000b56158
Octal30237537630000265141130
Binary110000101111110111111110110000001011010111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FDFE; }

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

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

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

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

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

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

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

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