#C0FDFF

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

Shades of Pale Turquoise #C0FDFF

Tints of Pale Turquoise #C0FDFF

Color information

#C0FDFF (or 0xC0FDFF) is unknown color: approx Pale Turquoise. HEX triplet: C0, FD and FF. RGB value is (192,253,255). Sum of RGB (Red+Green+Blue) = 192+253+255=700 (92% of max value = 765). Red value is 192 (75.39% from 255 or 27.43% from 700); Green value is 253 (99.22% from 255 or 36.14% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0FDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FDFF is #3F0200. Grayscale: #EAEAEA. Windows color (decimal): -4129281 or 16776640. OLE color: 16776640.

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

Color convert

RGB192253255-
CMYK0.250.0100
HSL181.9º100%87.65%-
HSV(B)181.9º24.71%100%-
XYZ74.9188.68107.78-
YUV234.99139.2997.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 27.43%
GREEN value IS 253 (99.22% from 255) = 36.14%
BLUE value IS 255 (100% from 255) = 36.43%
R=27.43%
G=36.14%
B=36.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1922532550.250.0100181.910087.65
HexC0FDFF19100b66458
Octal30037537731100266144130
Binary110000001111110111111111110011001011011011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FDFF; }

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

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

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

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

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

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

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

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