Html Css Color HEX #3EEBDA Turquoise

📋 copy color: '#3EEBDA'

red 62 ◦ green 235 ◦ blue 218

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

Shades of Turquoise #3EEBDA

Tints of Turquoise #3EEBDA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.63%

 BLUE value IS 218 (85.55% from 255) = 42.33%

R = 12.04%
G = 45.63%
B = 42.33%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#3EEBDA (or 0x3EEBDA) is known color: Turquoise. HEX triplet: 3E, EB and DA. RGB value is (62,235,218). Sum of RGB (Red+Green+Blue) = 62+235+218=515 (68% of max value = 765). Red value is 62 (24.61% from 255 or 12.04% from 515); Green value is 235 (92.19% from 255 or 45.63% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 235 - color contains mainly: green. Hex color #3EEBDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEBDA is #C11425. Grayscale: #B5B5B5. Windows color (decimal): -12653606 or 14347070. OLE color: 14347070.

HSL color Cylindrical-coordinate representation of color #3EEBDA: hue angle of 174.1º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEBDA is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 62 235 218 -
CMYK 0.74 0 0.07 0.08
HSL 174.1º 0.81% 0.58% -
HSV(B) 174.1º 0.74% 0.92% -
XYZ 44.35 65.5 76.64 -
YUV 181.34 148.69 42.88 -
System Red Green Blue C M Y K H S L
Decimal 62 235 218 0.74 0 0.07 0.08 174.1 0.81 0.58
Hex 3E EB DA 4A 0 7 8 AE 51 3A
Octal 76 353 332 112 0 7 10 256 121 72
Binary 111110 11101011 11011010 1001010 0 111 1000 10101110 1010001 111010

Color Harmonies of #3EEBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEBDA

Black with #3EEBDA

Text Example


Text Example

White with #3EEBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,235,218); }

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

background-color css

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

 a { background-color: rgb(62,235,218); }

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

border-color css

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

 span { border-color: rgb(62,235,218); }

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