#C0F5F7

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

Shades of Pale Turquoise #C0F5F7

Tints of Pale Turquoise #C0F5F7

Color information

#C0F5F7 (or 0xC0F5F7) is unknown color: approx Pale Turquoise. HEX triplet: C0, F5 and F7. RGB value is (192,245,247). Sum of RGB (Red+Green+Blue) = 192+245+247=684 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.07% from 684); Green value is 245 (96.09% from 255 or 35.82% from 684); Blue value is 247 (96.88% from 255 or 36.11% from 684); Max value from RGB is 247 - color contains mainly: blue. Hex color #C0F5F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F5F7 is #3F0A08. Grayscale: #E5E5E5. Windows color (decimal): -4131337 or 16250304. OLE color: 16250304.

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

Color convert

RGB192245247-
CMYK0.220.0100.03
HSL182.18º77.46%86.08%-
HSV(B)182.18º22.27%96.86%-
XYZ71.1883.23100.31-
YUV229.38137.94101.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.07%
GREEN value IS 245 (96.09% from 255) = 35.82%
BLUE value IS 247 (96.88% from 255) = 36.11%
R=28.07%
G=35.82%
B=36.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1922452470.220.0100.03182.1877.4686.08
HexC0F5F716103b64d56
Octal30036536726103266115126
Binary1100000011110101111101111011010111011011010011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F5F7; }

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

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

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

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

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

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

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

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