#C0FFFA

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

Shades of Pale Turquoise #C0FFFA

Tints of Pale Turquoise #C0FFFA

Color information

#C0FFFA (or 0xC0FFFA) is unknown color: approx Pale Turquoise. HEX triplet: C0, FF and FA. RGB value is (192,255,250). Sum of RGB (Red+Green+Blue) = 192+255+250=697 (92% of max value = 765). Red value is 192 (75.39% from 255 or 27.55% from 697); Green value is 255 (100% from 255 or 36.59% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FFFA is #3F0005. Grayscale: #EBEBEB. Windows color (decimal): -4128774 or 16449472. OLE color: 16449472.

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

Color convert

RGB192255250-
CMYK0.2500.020
HSL175.24º100%87.65%-
HSV(B)175.24º24.71%100%-
XYZ74.7589.63103.8-
YUV235.59136.1396.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 27.55%
GREEN value IS 255 (100% from 255) = 36.59%
BLUE value IS 250 (98.05% from 255) = 35.87%
R=27.55%
G=36.59%
B=35.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1922552500.2500.020175.2410087.65
HexC0FFFA19020af6458
Octal30037737231020257144130
Binary1100000011111111111110101100101001010111111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FFFA; }

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

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

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

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

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

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

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

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