#C0FBFA

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

Shades of Pale Turquoise #C0FBFA

Tints of Pale Turquoise #C0FBFA

Color information

#C0FBFA (or 0xC0FBFA) is unknown color: approx Pale Turquoise. HEX triplet: C0, FB and FA. RGB value is (192,251,250). Sum of RGB (Red+Green+Blue) = 192+251+250=693 (91% of max value = 765). Red value is 192 (75.39% from 255 or 27.71% from 693); Green value is 251 (98.44% from 255 or 36.22% from 693); Blue value is 250 (98.05% from 255 or 36.08% from 693); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FBFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FBFA is #3F0405. Grayscale: #E9E9E9. Windows color (decimal): -4129798 or 16448448. OLE color: 16448448.

HSL color Cylindrical-coordinate representation of color #C0FBFA: hue angle of 178.98º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FBFA is Cyan = 0.24, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB192251250-
CMYK0.2400.000.02
HSL178.98º88.06%86.86%-
HSV(B)178.98º23.51%98.43%-
XYZ73.4987.1103.38-
YUV233.24137.4598.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 27.71%
GREEN value IS 251 (98.44% from 255) = 36.22%
BLUE value IS 250 (98.05% from 255) = 36.08%
R=27.71%
G=36.22%
B=36.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922512500.2400.000.02178.9888.0686.86
HexC0FBFA18002b35857
Octal30037337230002263130127
Binary1100000011111011111110101100000101011001110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FBFA; }

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

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

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

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

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

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

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

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