#C0FCFB

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

Shades of Pale Turquoise #C0FCFB

Tints of Pale Turquoise #C0FCFB

Color information

#C0FCFB (or 0xC0FCFB) is unknown color: approx Pale Turquoise. HEX triplet: C0, FC and FB. RGB value is (192,252,251). Sum of RGB (Red+Green+Blue) = 192+252+251=695 (92% of max value = 765). Red value is 192 (75.39% from 255 or 27.63% from 695); Green value is 252 (98.83% from 255 or 36.26% from 695); Blue value is 251 (98.44% from 255 or 36.12% from 695); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FCFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FCFB is #3F0304. Grayscale: #E9E9E9. Windows color (decimal): -4129541 or 16514240. OLE color: 16514240.

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

Color convert

RGB192252251-
CMYK0.2400.000.01
HSL179º90.91%87.06%-
HSV(B)179º23.81%98.82%-
XYZ73.9687.79104.31-
YUV233.95137.6298.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 27.63%
GREEN value IS 252 (98.83% from 255) = 36.26%
BLUE value IS 251 (98.44% from 255) = 36.12%
R=27.63%
G=36.26%
B=36.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1922522510.2400.000.0117990.9187.06
HexC0FCFB18001b35b57
Octal30037437330001263133127
Binary110000001111110011111011110000011011001110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FCFB; }

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

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

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

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

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

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

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

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