Html Css Color HEX #3ED8C1 Turquoise

📋 copy color: '#3ED8C1'

red 62 ◦ green 216 ◦ blue 193

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

Shades of Turquoise #3ED8C1

Tints of Turquoise #3ED8C1

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.86%

 BLUE value IS 193 (75.78% from 255) = 40.98%

R = 13.16%
G = 45.86%
B = 40.98%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#3ED8C1 (or 0x3ED8C1) is known color: Turquoise. HEX triplet: 3E, D8 and C1. RGB value is (62,216,193). Sum of RGB (Red+Green+Blue) = 62+216+193=471 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.16% from 471); Green value is 216 (84.77% from 255 or 45.86% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 216 - color contains mainly: green. Hex color #3ED8C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED8C1 is #C1273E. Grayscale: #A7A7A7. Windows color (decimal): -12658495 or 12703806. OLE color: 12703806.

HSL color Cylindrical-coordinate representation of color #3ED8C1: hue angle of 171.04º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ED8C1 is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 62 216 193 -
CMYK 0.71 0 0.11 0.15
HSL 171.04º 0.66% 0.55% -
HSV(B) 171.04º 0.71% 0.85% -
XYZ 36.17 53.99 58.97 -
YUV 167.33 142.48 52.87 -
System Red Green Blue C M Y K H S L
Decimal 62 216 193 0.71 0 0.11 0.15 171.04 0.66 0.55
Hex 3E D8 C1 47 0 B F AB 42 37
Octal 76 330 301 107 0 13 17 253 102 67
Binary 111110 11011000 11000001 1000111 0 1011 1111 10101011 1000010 110111

Color Harmonies of #3ED8C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ED8C1

Black with #3ED8C1

Text Example


Text Example

White with #3ED8C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,216,193); }

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

background-color css

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

 a { background-color: rgb(62,216,193); }

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

border-color css

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

 span { border-color: rgb(62,216,193); }

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