#3DD0DB

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

Shades of Medium Turquoise #3DD0DB

Tints of Medium Turquoise #3DD0DB

Color information

#3DD0DB (or 0x3DD0DB) is unknown color: approx Medium Turquoise. HEX triplet: 3D, D0 and DB. RGB value is (61,208,219). Sum of RGB (Red+Green+Blue) = 61+208+219=488 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.5% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #3DD0DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DD0DB is #C22F24. Grayscale: #A5A5A5. Windows color (decimal): -12726053 or 14405693. OLE color: 14405693.

HSL color Cylindrical-coordinate representation of color #3DD0DB: hue angle of 184.18º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DD0DB is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB61208219-
CMYK0.720.0500.14
HSL184.18º68.7%54.9%-
HSV(B)184.18º72.15%85.88%-
XYZ37.2751.2274.94-
YUV165.3158.353.61-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.5%
GREEN value IS 208 (81.64% from 255) = 42.62%
BLUE value IS 219 (85.94% from 255) = 44.88%
R=12.5%
G=42.62%
B=44.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal612082190.720.0500.14184.1868.754.9
Hex3DD0DB4850Eb84537
Octal75320333110501627010567
Binary1111011101000011011011100100010101110101110001000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,208,219); }

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

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

 a { background-color: rgb(61,208,219); }

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

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

 span { border-color: rgb(61,208,219); }

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