#3DE8D4

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

Shades of Turquoise #3DE8D4

Tints of Turquoise #3DE8D4

Color information

#3DE8D4 (or 0x3DE8D4) is unknown color: approx Turquoise. HEX triplet: 3D, E8 and D4. RGB value is (61,232,212). Sum of RGB (Red+Green+Blue) = 61+232+212=505 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.08% from 505); Green value is 232 (91.02% from 255 or 45.94% from 505); Blue value is 212 (83.20% from 255 or 41.98% from 505); Max value from RGB is 232 - color contains mainly: green. Hex color #3DE8D4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DE8D4 is #C2172B. Grayscale: #B2B2B2. Windows color (decimal): -12719916 or 13953085. OLE color: 13953085.

HSL color Cylindrical-coordinate representation of color #3DE8D4: hue angle of 172.98º 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 #3DE8D4 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB61232212-
CMYK0.7400.090.09
HSL172.98º78.8%57.45%-
HSV(B)172.98º73.71%90.98%-
XYZ42.6663.4672.29-
YUV178.59146.8544.13-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.08%
GREEN value IS 232 (91.02% from 255) = 45.94%
BLUE value IS 212 (83.20% from 255) = 41.98%
R=12.08%
G=45.94%
B=41.98%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal612322120.7400.090.09172.9878.857.45
Hex3DE8D44A099ad4f39
Octal753503241120111125511771
Binary11110111101000110101001001010010011001101011011001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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