#3DDEB6

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

Shades of Turquoise #3DDEB6

Tints of Turquoise #3DDEB6

Color information

#3DDEB6 (or 0x3DDEB6) is unknown color: approx Turquoise. HEX triplet: 3D, DE and B6. RGB value is (61,222,182). Sum of RGB (Red+Green+Blue) = 61+222+182=465 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.12% from 465); Green value is 222 (87.11% from 255 or 47.74% from 465); Blue value is 182 (71.48% from 255 or 39.14% from 465); Max value from RGB is 222 - color contains mainly: green. Hex color #3DDEB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDEB6 is #C22149. Grayscale: #A9A9A9. Windows color (decimal): -12722506 or 11984445. OLE color: 11984445.

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

Color convert

RGB61222182-
CMYK0.7300.180.13
HSL165.09º70.93%55.49%-
HSV(B)165.09º72.52%87.06%-
XYZ36.4956.6153.26-
YUV169.3135.1650.75-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.12%
GREEN value IS 222 (87.11% from 255) = 47.74%
BLUE value IS 182 (71.48% from 255) = 39.14%
R=13.12%
G=47.74%
B=39.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal612221820.7300.180.13165.0970.9355.49
Hex3DDEB649012Da54737
Octal753362661110221524510767
Binary111101110111101011011010010010100101101101001011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DDEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,222,182); }

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

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

 a { background-color: rgb(61,222,182); }

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

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

 span { border-color: rgb(61,222,182); }

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