#C0FDFE

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

Shades of Pale Turquoise #C0FDFE

Tints of Pale Turquoise #C0FDFE

Color information

#C0FDFE (or 0xC0FDFE) is unknown color: approx Pale Turquoise. HEX triplet: C0, FD and FE. RGB value is (192,253,254). Sum of RGB (Red+Green+Blue) = 192+253+254=699 (92% of max value = 765). Red value is 192 (75.39% from 255 or 27.47% from 699); Green value is 253 (99.22% from 255 or 36.19% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0FDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FDFE is #3F0201. Grayscale: #EAEAEA. Windows color (decimal): -4129282 or 16711104. OLE color: 16711104.

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

Color convert

RGB192253254-
CMYK0.240.0000.00
HSL180.97º96.88%87.45%-
HSV(B)180.97º24.41%99.61%-
XYZ74.7588.61106.93-
YUV234.87138.7997.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 27.47%
GREEN value IS 253 (99.22% from 255) = 36.19%
BLUE value IS 254 (99.61% from 255) = 36.34%
R=27.47%
G=36.19%
B=36.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1922532540.240.0000.00180.9796.8887.45
HexC0FDFE18000b56157
Octal30037537630000265141127
Binary110000001111110111111110110000001011010111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FDFE; }

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

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

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

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

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

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

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

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