Html Css Color HEX #3EDDB5 Turquoise

📋 copy color: '#3EDDB5'

red 62 ◦ green 221 ◦ blue 181

#3EDDB5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #3EDDB5

Tints of Turquoise #3EDDB5

RGB

 RED value IS 62 (24.61% from 255) = 13.36%

 GREEN value IS 221 (86.72% from 255) = 47.63%

 BLUE value IS 181 (71.09% from 255) = 39.01%

R = 13.36%
G = 47.63%
B = 39.01%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#3EDDB5 (or 0x3EDDB5) is known color: Turquoise. HEX triplet: 3E, DD and B5. RGB value is (62,221,181). Sum of RGB (Red+Green+Blue) = 62+221+181=464 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.36% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #3EDDB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDDB5 is #C1224A. Grayscale: #A8A8A8. Windows color (decimal): -12657227 or 11918654. OLE color: 11918654.

HSL color Cylindrical-coordinate representation of color #3EDDB5: hue angle of 164.91º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDDB5 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 62 221 181 -
CMYK 0.72 0 0.18 0.13
HSL 164.91º 0.7% 0.55% -
HSV(B) 164.91º 0.72% 0.87% -
XYZ 36.18 56.07 52.63 -
YUV 168.9 134.82 51.75 -
System Red Green Blue C M Y K H S L
Decimal 62 221 181 0.72 0 0.18 0.13 164.91 0.7 0.55
Hex 3E DD B5 48 0 12 D A5 46 37
Octal 76 335 265 110 0 22 15 245 106 67
Binary 111110 11011101 10110101 1001000 0 10010 1101 10100101 1000110 110111

Color Harmonies of #3EDDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDDB5

Black with #3EDDB5

Text Example


Text Example

White with #3EDDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,221,181); }

 H1.HeaderClassName
 {
   color: #3EDDB5;
 }
 .AnyTagClassName
 {
   color: #3EDDB5;
 }
</style>

background-color css

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

 a { background-color: rgb(62,221,181); }

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

border-color css

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

 span { border-color: rgb(62,221,181); }

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