#3DE5DE

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

Shades of Turquoise #3DE5DE

Tints of Turquoise #3DE5DE

Color information

#3DE5DE (or 0x3DE5DE) is unknown color: approx Turquoise. HEX triplet: 3D, E5 and DE. RGB value is (61,229,222). Sum of RGB (Red+Green+Blue) = 61+229+222=512 (67% of max value = 765). Red value is 61 (24.22% from 255 or 11.91% from 512); Green value is 229 (89.84% from 255 or 44.73% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 229 - color contains mainly: green. Hex color #3DE5DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DE5DE is #C21A21. Grayscale: #B1B1B1. Windows color (decimal): -12720674 or 14607677. OLE color: 14607677.

HSL color Cylindrical-coordinate representation of color #3DE5DE: hue angle of 177.5º 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 #3DE5DE is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB61229222-
CMYK0.7300.030.10
HSL177.5º76.36%56.86%-
HSV(B)177.5º73.36%89.8%-
XYZ43.1362.378.86-
YUV177.97152.8444.57-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.91%
GREEN value IS 229 (89.84% from 255) = 44.73%
BLUE value IS 222 (87.11% from 255) = 43.36%
R=11.91%
G=44.73%
B=43.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal612292220.7300.030.10177.576.3656.86
Hex3DE5DE4903Ab24c39
Octal75345336111031226211471
Binary111101111001011101111010010010111010101100101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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