#3DD6E2

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

Shades of Turquoise #3DD6E2

Tints of Turquoise #3DD6E2

Color information

#3DD6E2 (or 0x3DD6E2) is unknown color: approx Turquoise. HEX triplet: 3D, D6 and E2. RGB value is (61,214,226). Sum of RGB (Red+Green+Blue) = 61+214+226=501 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.18% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 226 (88.67% from 255 or 45.11% from 501); Max value from RGB is 226 - color contains mainly: blue. Hex color #3DD6E2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DD6E2 is #C2291D. Grayscale: #A9A9A9. Windows color (decimal): -12724510 or 14865981. OLE color: 14865981.

HSL color Cylindrical-coordinate representation of color #3DD6E2: hue angle of 184.36º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DD6E2 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB61214226-
CMYK0.730.0500.11
HSL184.36º73.99%56.27%-
HSV(B)184.36º73.01%88.63%-
XYZ39.754.5880.39-
YUV169.62159.8150.52-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.18%
GREEN value IS 214 (83.98% from 255) = 42.71%
BLUE value IS 226 (88.67% from 255) = 45.11%
R=12.18%
G=42.71%
B=45.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal612142260.730.0500.11184.3673.9956.27
Hex3DD6E24950Bb84a38
Octal75326342111501327011270
Binary1111011101011011100010100100110101011101110001001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD6E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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