Html Css Color HEX #3EDDD0 Turquoise

📋 copy color: '#3EDDD0'

red 62 ◦ green 221 ◦ blue 208

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

Shades of Turquoise #3EDDD0

Tints of Turquoise #3EDDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.36%

R = 12.63%
G = 45.01%
B = 42.36%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#3EDDD0 (or 0x3EDDD0) is known color: Turquoise. HEX triplet: 3E, DD and D0. RGB value is (62,221,208). Sum of RGB (Red+Green+Blue) = 62+221+208=491 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.63% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #3EDDD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDDD0 is #C1222F. Grayscale: #ABABAB. Windows color (decimal): -12657200 or 13688126. OLE color: 13688126.

HSL color Cylindrical-coordinate representation of color #3EDDD0: hue angle of 175.09º 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 #3EDDD0 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 62 221 208 -
CMYK 0.72 0 0.06 0.13
HSL 175.09º 0.7% 0.55% -
HSV(B) 175.09º 0.72% 0.87% -
XYZ 39.23 57.29 68.67 -
YUV 171.98 148.32 49.56 -
System Red Green Blue C M Y K H S L
Decimal 62 221 208 0.72 0 0.06 0.13 175.09 0.7 0.55
Hex 3E DD D0 48 0 6 D AF 46 37
Octal 76 335 320 110 0 6 15 257 106 67
Binary 111110 11011101 11010000 1001000 0 110 1101 10101111 1000110 110111

Color Harmonies of #3EDDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDDD0

Black with #3EDDD0

Text Example


Text Example

White with #3EDDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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