#3DE6B8

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

Shades of Turquoise #3DE6B8

Tints of Turquoise #3DE6B8

Color information

#3DE6B8 (or 0x3DE6B8) is unknown color: approx Turquoise. HEX triplet: 3D, E6 and B8. RGB value is (61,230,184). Sum of RGB (Red+Green+Blue) = 61+230+184=475 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.84% from 475); Green value is 230 (90.23% from 255 or 48.42% from 475); Blue value is 184 (72.27% from 255 or 38.74% from 475); Max value from RGB is 230 - color contains mainly: green. Hex color #3DE6B8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DE6B8 is #C21947. Grayscale: #AEAEAE. Windows color (decimal): -12720456 or 12117565. OLE color: 12117565.

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

Color convert

RGB61230184-
CMYK0.7300.20.10
HSL163.67º77.17%57.06%-
HSV(B)163.67º73.48%90.2%-
XYZ38.8761.0555.08-
YUV174.22133.5147.24-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.84%
GREEN value IS 230 (90.23% from 255) = 48.42%
BLUE value IS 184 (72.27% from 255) = 38.74%
R=12.84%
G=48.42%
B=38.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal612301840.7300.20.10163.6777.1757.06
Hex3DE6B849014Aa44d39
Octal753462701110241224411571
Binary111101111001101011100010010010101001010101001001001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE6B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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