#C0FCFA

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

Shades of Pale Turquoise #C0FCFA

Tints of Pale Turquoise #C0FCFA

Color information

#C0FCFA (or 0xC0FCFA) is unknown color: approx Pale Turquoise. HEX triplet: C0, FC and FA. RGB value is (192,252,250). Sum of RGB (Red+Green+Blue) = 192+252+250=694 (91% of max value = 765). Red value is 192 (75.39% from 255 or 27.67% from 694); Green value is 252 (98.83% from 255 or 36.31% from 694); Blue value is 250 (98.05% from 255 or 36.02% from 694); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FCFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FCFA is #3F0305. Grayscale: #E9E9E9. Windows color (decimal): -4129542 or 16448704. OLE color: 16448704.

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

Color convert

RGB192252250-
CMYK0.2400.010.01
HSL178º90.91%87.06%-
HSV(B)178º23.81%98.82%-
XYZ73.887.73103.49-
YUV233.83137.1298.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 27.67%
GREEN value IS 252 (98.83% from 255) = 36.31%
BLUE value IS 250 (98.05% from 255) = 36.02%
R=27.67%
G=36.31%
B=36.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1922522500.2400.010.0117890.9187.06
HexC0FCFA18011b25b57
Octal30037437230011262133127
Binary110000001111110011111010110000111011001010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FCFA; }

 p { color: rgb(192,252,250); }

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

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

 a { background-color: rgb(192,252,250); }

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

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

 span { border-color: rgb(192,252,250); }

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