#3DE0BC

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

Shades of Turquoise #3DE0BC

Tints of Turquoise #3DE0BC

Color information

#3DE0BC (or 0x3DE0BC) is unknown color: approx Turquoise. HEX triplet: 3D, E0 and BC. RGB value is (61,224,188). Sum of RGB (Red+Green+Blue) = 61+224+188=473 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.90% from 473); Green value is 224 (87.89% from 255 or 47.36% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 224 - color contains mainly: green. Hex color #3DE0BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DE0BC is #C21F43. Grayscale: #ABABAB. Windows color (decimal): -12721988 or 12378173. OLE color: 12378173.

HSL color Cylindrical-coordinate representation of color #3DE0BC: hue angle of 166.75º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DE0BC is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB61224188-
CMYK0.7300.160.12
HSL166.75º72.44%55.88%-
HSV(B)166.75º72.77%87.84%-
XYZ37.6657.9356.77-
YUV171.16137.549.43-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.90%
GREEN value IS 224 (87.89% from 255) = 47.36%
BLUE value IS 188 (73.83% from 255) = 39.75%
R=12.90%
G=47.36%
B=39.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal612241880.7300.160.12166.7572.4455.88
Hex3DE0BC49010Ca74838
Octal753402741110201424711070
Binary111101111000001011110010010010100001100101001111001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,224,188); }

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

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

 a { background-color: rgb(61,224,188); }

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

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

 span { border-color: rgb(61,224,188); }

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