#3DE5D9

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

Shades of Turquoise #3DE5D9

Tints of Turquoise #3DE5D9

Color information

#3DE5D9 (or 0x3DE5D9) is unknown color: approx Turquoise. HEX triplet: 3D, E5 and D9. RGB value is (61,229,217). Sum of RGB (Red+Green+Blue) = 61+229+217=507 (67% of max value = 765). Red value is 61 (24.22% from 255 or 12.03% from 507); Green value is 229 (89.84% from 255 or 45.17% from 507); Blue value is 217 (85.16% from 255 or 42.80% from 507); Max value from RGB is 229 - color contains mainly: green. Hex color #3DE5D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DE5D9 is #C21A26. Grayscale: #B1B1B1. Windows color (decimal): -12720679 or 14279997. OLE color: 14279997.

HSL color Cylindrical-coordinate representation of color #3DE5D9: hue angle of 175.71º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DE5D9 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB61229217-
CMYK0.7300.050.10
HSL175.71º76.36%56.86%-
HSV(B)175.71º73.36%89.8%-
XYZ42.4762.0475.38-
YUV177.4150.3444.98-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.03%
GREEN value IS 229 (89.84% from 255) = 45.17%
BLUE value IS 217 (85.16% from 255) = 42.80%
R=12.03%
G=45.17%
B=42.80%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal612292170.7300.050.10175.7176.3656.86
Hex3DE5D94905Ab04c39
Octal75345331111051226011471
Binary1111011110010111011001100100101011010101100001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,229,217); }

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

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

 a { background-color: rgb(61,229,217); }

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

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

 span { border-color: rgb(61,229,217); }

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