#3CDCDF

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

Shades of Turquoise #3CDCDF

Tints of Turquoise #3CDCDF

Color information

#3CDCDF (or 0x3CDCDF) is unknown color: approx Turquoise. HEX triplet: 3C, DC and DF. RGB value is (60,220,223). Sum of RGB (Red+Green+Blue) = 60+220+223=503 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.93% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #3CDCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDCDF is #C32320. Grayscale: #ACACAC. Windows color (decimal): -12788513 or 14670908. OLE color: 14670908.

HSL color Cylindrical-coordinate representation of color #3CDCDF: hue angle of 181.1º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDCDF is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB60220223-
CMYK0.730.0100.13
HSL181.1º71.81%55.49%-
HSV(B)181.1º73.09%87.45%-
XYZ40.7857.4778.76-
YUV172.5156.4947.76-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 11.93%
GREEN value IS 220 (86.33% from 255) = 43.74%
BLUE value IS 223 (87.5% from 255) = 44.33%
R=11.93%
G=43.74%
B=44.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal602202230.730.0100.13181.171.8155.49
Hex3CDCDF4910Db54837
Octal74334337111101526511067
Binary11110011011100110111111001001101101101101011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CDCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CDCDF; }

 p { color: rgb(60,220,223); }

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

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

 a { background-color: rgb(60,220,223); }

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

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

 span { border-color: rgb(60,220,223); }

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