#3de0b7

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

Shades of Turquoise #3DE0B7

Tints of Turquoise #3DE0B7

Color information

#3DE0B7 (or 0x3DE0B7) is unknown color: approx Turquoise. HEX triplet: 3D, E0 and B7. RGB value is (61,224,183). Sum of RGB (Red+Green+Blue) = 61+224+183=468 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.03% from 468); Green value is 224 (87.89% from 255 or 47.86% from 468); Blue value is 183 (71.88% from 255 or 39.10% from 468); Max value from RGB is 224 - color contains mainly: green. Hex color #3DE0B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DE0B7 is #C21F48. Grayscale: #AAAAAA. Windows color (decimal): -12721993 or 12050493. OLE color: 12050493.

HSL color Cylindrical-coordinate representation of color #3DE0B7: hue angle of 164.91º 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 #3DE0B7 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB61224183-
CMYK0.7300.180.12
HSL164.91º72.44%55.88%-
HSV(B)164.91º72.77%87.84%-
XYZ37.1357.7253.98-
YUV170.5913549.83-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.03%
GREEN value IS 224 (87.89% from 255) = 47.86%
BLUE value IS 183 (71.88% from 255) = 39.10%
R=13.03%
G=47.86%
B=39.10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal612241830.7300.180.12164.9172.4455.88
Hex3DE0B749012Ca54838
Octal753402671110221424511070
Binary111101111000001011011110010010100101100101001011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3de0b7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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