#3DE8DC

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

Shades of Turquoise #3DE8DC

Tints of Turquoise #3DE8DC

Color information

#3DE8DC (or 0x3DE8DC) is unknown color: approx Turquoise. HEX triplet: 3D, E8 and DC. RGB value is (61,232,220). Sum of RGB (Red+Green+Blue) = 61+232+220=513 (67% of max value = 765). Red value is 61 (24.22% from 255 or 11.89% from 513); Green value is 232 (91.02% from 255 or 45.22% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 232 - color contains mainly: green. Hex color #3DE8DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DE8DC is #C21723. Grayscale: #B3B3B3. Windows color (decimal): -12719908 or 14477373. OLE color: 14477373.

HSL color Cylindrical-coordinate representation of color #3DE8DC: hue angle of 175.79º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DE8DC is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB61232220-
CMYK0.7400.050.09
HSL175.79º78.8%57.45%-
HSV(B)175.79º73.71%90.98%-
XYZ43.763.8777.74-
YUV179.5150.8543.48-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.89%
GREEN value IS 232 (91.02% from 255) = 45.22%
BLUE value IS 220 (86.33% from 255) = 42.88%
R=11.89%
G=45.22%
B=42.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal612322200.7400.050.09175.7978.857.45
Hex3DE8DC4A059b04f39
Octal75350334112051126011771
Binary1111011110100011011100100101001011001101100001001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,232,220); }

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

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

 a { background-color: rgb(61,232,220); }

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

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

 span { border-color: rgb(61,232,220); }

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