#C0FEFF

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

Shades of Pale Turquoise #C0FEFF

Tints of Pale Turquoise #C0FEFF

Color information

#C0FEFF (or 0xC0FEFF) is unknown color: approx Pale Turquoise. HEX triplet: C0, FE and FF. RGB value is (192,254,255). Sum of RGB (Red+Green+Blue) = 192+254+255=701 (92% of max value = 765). Red value is 192 (75.39% from 255 or 27.39% from 701); Green value is 254 (99.61% from 255 or 36.23% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0FEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FEFF is #3F0100. Grayscale: #EBEBEB. Windows color (decimal): -4129025 or 16776896. OLE color: 16776896.

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

Color convert

RGB192254255-
CMYK0.250.0000
HSL180.95º100%87.65%-
HSV(B)180.95º24.71%100%-
XYZ75.2389.31107.88-
YUV235.58138.9696.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 27.39%
GREEN value IS 254 (99.61% from 255) = 36.23%
BLUE value IS 255 (100% from 255) = 36.38%
R=27.39%
G=36.23%
B=36.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1922542550.250.0000180.9510087.65
HexC0FEFF19000b56458
Octal30037637731000265144130
Binary110000001111111011111111110010001011010111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FEFF; }

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

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

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

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

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

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

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

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