#3DE7B8

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

Shades of Turquoise #3DE7B8

Tints of Turquoise #3DE7B8

Color information

#3DE7B8 (or 0x3DE7B8) is unknown color: approx Turquoise. HEX triplet: 3D, E7 and B8. RGB value is (61,231,184). Sum of RGB (Red+Green+Blue) = 61+231+184=476 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.82% from 476); Green value is 231 (90.62% from 255 or 48.53% from 476); Blue value is 184 (72.27% from 255 or 38.66% from 476); Max value from RGB is 231 - color contains mainly: green. Hex color #3DE7B8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DE7B8 is #C21847. Grayscale: #AEAEAE. Windows color (decimal): -12720200 or 12117821. OLE color: 12117821.

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

Color convert

RGB61231184-
CMYK0.7400.200.09
HSL163.41º77.98%57.25%-
HSV(B)163.41º73.59%90.59%-
XYZ39.1561.655.17-
YUV174.81133.1846.82-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.82%
GREEN value IS 231 (90.62% from 255) = 48.53%
BLUE value IS 184 (72.27% from 255) = 38.66%
R=12.82%
G=48.53%
B=38.66%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal612311840.7400.200.09163.4177.9857.25
Hex3DE7B84A0149a34e39
Octal753472701120241124311671
Binary111101111001111011100010010100101001001101000111001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE7B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,231,184); }

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

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

 a { background-color: rgb(61,231,184); }

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

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

 span { border-color: rgb(61,231,184); }

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