#C0FAFF

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

Shades of Pale Turquoise #C0FAFF

Tints of Pale Turquoise #C0FAFF

Color information

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

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

Color convert

RGB192250255-
CMYK0.250.0200
HSL184.76º100%87.65%-
HSV(B)184.76º24.71%100%-
XYZ73.9786.8107.46-
YUV233.23140.2898.59-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1922502550.250.0200184.7610087.65
HexC0FAFF19200b96458
Octal30037237731200271144130
Binary1100000011111010111111111100110001011100111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FAFF; }

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

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

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

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

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

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

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

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