#C0FEF8

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

Shades of Pale Turquoise #C0FEF8

Tints of Pale Turquoise #C0FEF8

Color information

#C0FEF8 (or 0xC0FEF8) is unknown color: approx Pale Turquoise. HEX triplet: C0, FE and F8. RGB value is (192,254,248). Sum of RGB (Red+Green+Blue) = 192+254+248=694 (91% of max value = 765). Red value is 192 (75.39% from 255 or 27.67% from 694); Green value is 254 (99.61% from 255 or 36.60% from 694); Blue value is 248 (97.27% from 255 or 35.73% from 694); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FEF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FEF8 is #3F0107. Grayscale: #EAEAEA. Windows color (decimal): -4129032 or 16318144. OLE color: 16318144.

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

Color convert

RGB192254248-
CMYK0.2400.020.00
HSL174.19º96.88%87.45%-
HSV(B)174.19º24.41%99.61%-
XYZ74.1288.87102.05-
YUV234.78135.4697.49-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 27.67%
GREEN value IS 254 (99.61% from 255) = 36.60%
BLUE value IS 248 (97.27% from 255) = 35.73%
R=27.67%
G=36.60%
B=35.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1922542480.2400.020.00174.1996.8887.45
HexC0FEF818020ae6157
Octal30037637030020256141127
Binary1100000011111110111110001100001001010111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FEF8; }

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

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

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

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

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

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

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

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