#3DCCD3

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

Shades of Medium Turquoise #3DCCD3

Tints of Medium Turquoise #3DCCD3

Color information

#3DCCD3 (or 0x3DCCD3) is unknown color: approx Medium Turquoise. HEX triplet: 3D, CC and D3. RGB value is (61,204,211). Sum of RGB (Red+Green+Blue) = 61+204+211=476 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.82% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 211 (82.81% from 255 or 44.33% from 476); Max value from RGB is 211 - color contains mainly: blue. Hex color #3DCCD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCCD3 is #C2332C. Grayscale: #A1A1A1. Windows color (decimal): -12727085 or 13880381. OLE color: 13880381.

HSL color Cylindrical-coordinate representation of color #3DCCD3: hue angle of 182.8º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DCCD3 is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB61204211-
CMYK0.710.0300.17
HSL182.8º63.03%53.33%-
HSV(B)182.8º71.09%82.75%-
XYZ35.2848.8869.2-
YUV162.04155.6255.93-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.82%
GREEN value IS 204 (80.08% from 255) = 42.86%
BLUE value IS 211 (82.81% from 255) = 44.33%
R=12.82%
G=42.86%
B=44.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal612042110.710.0300.17182.863.0353.33
Hex3DCCD3473011b73f35
Octal7531432310730212677765
Binary111101110011001101001110001111101000110110111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DCCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,204,211); }

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

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

 a { background-color: rgb(61,204,211); }

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

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

 span { border-color: rgb(61,204,211); }

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