#3CD8DD

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

Shades of Turquoise #3CD8DD

Tints of Turquoise #3CD8DD

Color information

#3CD8DD (or 0x3CD8DD) is unknown color: approx Turquoise. HEX triplet: 3C, D8 and DD. RGB value is (60,216,221). Sum of RGB (Red+Green+Blue) = 60+216+221=497 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.07% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #3CD8DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CD8DD is #C32722. Grayscale: #A9A9A9. Windows color (decimal): -12789539 or 14538812. OLE color: 14538812.

HSL color Cylindrical-coordinate representation of color #3CD8DD: hue angle of 181.86º degrees, saturation: 0.7, 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 #3CD8DD is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB60216221-
CMYK0.730.0200.13
HSL181.86º70.31%55.1%-
HSV(B)181.86º72.85%86.67%-
XYZ39.4755.2977-
YUV169.93156.8249.59-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.07%
GREEN value IS 216 (84.77% from 255) = 43.46%
BLUE value IS 221 (86.72% from 255) = 44.47%
R=12.07%
G=43.46%
B=44.47%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal602162210.730.0200.13181.8670.3155.1
Hex3CD8DD4920Db64637
Octal74330335111201526610667
Binary111100110110001101110110010011001101101101101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CD8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,216,221); }

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

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

 a { background-color: rgb(60,216,221); }

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

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

 span { border-color: rgb(60,216,221); }

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