#3DD6D2

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

Shades of Turquoise #3DD6D2

Tints of Turquoise #3DD6D2

Color information

#3DD6D2 (or 0x3DD6D2) is unknown color: approx Turquoise. HEX triplet: 3D, D6 and D2. RGB value is (61,214,210). Sum of RGB (Red+Green+Blue) = 61+214+210=485 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.58% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 210 (82.42% from 255 or 43.30% from 485); Max value from RGB is 214 - color contains mainly: green. Hex color #3DD6D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DD6D2 is #C2292D. Grayscale: #A7A7A7. Windows color (decimal): -12724526 or 13817405. OLE color: 13817405.

HSL color Cylindrical-coordinate representation of color #3DD6D2: hue angle of 178.43º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD6D2 is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB61214210-
CMYK0.7100.020.16
HSL178.43º65.11%53.92%-
HSV(B)178.43º71.5%83.92%-
XYZ37.653.7469.36-
YUV167.8151.8151.83-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.58%
GREEN value IS 214 (83.98% from 255) = 44.12%
BLUE value IS 210 (82.42% from 255) = 43.30%
R=12.58%
G=44.12%
B=43.30%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal612142100.7100.020.16178.4365.1153.92
Hex3DD6D2470210b24136
Octal75326322107022026210166
Binary1111011101011011010010100011101010000101100101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,214,210); }

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

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

 a { background-color: rgb(61,214,210); }

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

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

 span { border-color: rgb(61,214,210); }

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