#C0F7F0

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

Shades of Pale Turquoise #C0F7F0

Tints of Pale Turquoise #C0F7F0

Color information

#C0F7F0 (or 0xC0F7F0) is unknown color: approx Pale Turquoise. HEX triplet: C0, F7 and F0. RGB value is (192,247,240). Sum of RGB (Red+Green+Blue) = 192+247+240=679 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.28% from 679); Green value is 247 (96.88% from 255 or 36.38% from 679); Blue value is 240 (94.14% from 255 or 35.35% from 679); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F7F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F7F0 is #3F080F. Grayscale: #E5E5E5. Windows color (decimal): -4130832 or 15792064. OLE color: 15792064.

HSL color Cylindrical-coordinate representation of color #C0F7F0: hue angle of 172.36º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0F7F0 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB192247240-
CMYK0.2200.030.03
HSL172.36º77.46%86.08%-
HSV(B)172.36º22.27%96.86%-
XYZ70.7384.0294.93-
YUV229.76133.78101.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.28%
GREEN value IS 247 (96.88% from 255) = 36.38%
BLUE value IS 240 (94.14% from 255) = 35.35%
R=28.28%
G=36.38%
B=35.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1922472400.2200.030.03172.3677.4686.08
HexC0F7F016033ac4d56
Octal30036736026033254115126
Binary11000000111101111111000010110011111010110010011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F7F0; }

 p { color: rgb(192,247,240); }

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

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

 a { background-color: rgb(192,247,240); }

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

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

 span { border-color: rgb(192,247,240); }

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