#C0FAFD

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

Shades of Pale Turquoise #C0FAFD

Tints of Pale Turquoise #C0FAFD

Color information

#C0FAFD (or 0xC0FAFD) is unknown color: approx Pale Turquoise. HEX triplet: C0, FA and FD. RGB value is (192,250,253). Sum of RGB (Red+Green+Blue) = 192+250+253=695 (92% of max value = 765). Red value is 192 (75.39% from 255 or 27.63% from 695); Green value is 250 (98.05% from 255 or 35.97% from 695); Blue value is 253 (99.22% from 255 or 36.40% from 695); Max value from RGB is 253 - color contains mainly: blue. Hex color #C0FAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FAFD is #3F0502. Grayscale: #E8E8E8. Windows color (decimal): -4130051 or 16644800. OLE color: 16644800.

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

Color convert

RGB192250253-
CMYK0.240.0100.01
HSL182.95º93.85%87.25%-
HSV(B)182.95º24.11%99.22%-
XYZ73.6586.67105.78-
YUV233139.2898.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 27.63%
GREEN value IS 250 (98.05% from 255) = 35.97%
BLUE value IS 253 (99.22% from 255) = 36.40%
R=27.63%
G=35.97%
B=36.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1922502530.240.0100.01182.9593.8587.25
HexC0FAFD18101b75e57
Octal30037237530101267136127
Binary110000001111101011111101110001011011011110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FAFD; }

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

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

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

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

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

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

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

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