Html Css Color HEX #3EDBC2 Turquoise

📋 copy color: '#3EDBC2'

red 62 ◦ green 219 ◦ blue 194

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

Shades of Turquoise #3EDBC2

Tints of Turquoise #3EDBC2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.11%

 BLUE value IS 194 (76.17% from 255) = 40.84%

R = 13.05%
G = 46.11%
B = 40.84%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#3EDBC2 (or 0x3EDBC2) is known color: Turquoise. HEX triplet: 3E, DB and C2. RGB value is (62,219,194). Sum of RGB (Red+Green+Blue) = 62+219+194=475 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.05% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 194 (76.17% from 255 or 40.84% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #3EDBC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDBC2 is #C1243D. Grayscale: #A9A9A9. Windows color (decimal): -12657726 or 12770110. OLE color: 12770110.

HSL color Cylindrical-coordinate representation of color #3EDBC2: hue angle of 170.45º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDBC2 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 62 219 194 -
CMYK 0.72 0 0.11 0.14
HSL 170.45º 0.69% 0.55% -
HSV(B) 170.45º 0.72% 0.86% -
XYZ 37.06 55.58 59.81 -
YUV 169.21 141.99 51.53 -
System Red Green Blue C M Y K H S L
Decimal 62 219 194 0.72 0 0.11 0.14 170.45 0.69 0.55
Hex 3E DB C2 48 0 B E AA 45 37
Octal 76 333 302 110 0 13 16 252 105 67
Binary 111110 11011011 11000010 1001000 0 1011 1110 10101010 1000101 110111

Color Harmonies of #3EDBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDBC2

Black with #3EDBC2

Text Example


Text Example

White with #3EDBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,219,194); }

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

background-color css

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

 a { background-color: rgb(62,219,194); }

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

border-color css

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

 span { border-color: rgb(62,219,194); }

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