Html Css Color HEX #3EEBCE Turquoise

📋 copy color: '#3EEBCE'

red 62 ◦ green 235 ◦ blue 206

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

Shades of Turquoise #3EEBCE

Tints of Turquoise #3EEBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.95%

R = 12.33%
G = 46.72%
B = 40.95%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#3EEBCE (or 0x3EEBCE) is known color: Turquoise. HEX triplet: 3E, EB and CE. RGB value is (62,235,206). Sum of RGB (Red+Green+Blue) = 62+235+206=503 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.33% from 503); Green value is 235 (92.19% from 255 or 46.72% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 235 - color contains mainly: green. Hex color #3EEBCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEBCE is #C11431. Grayscale: #B3B3B3. Windows color (decimal): -12653618 or 13560638. OLE color: 13560638.

HSL color Cylindrical-coordinate representation of color #3EEBCE: hue angle of 169.94º 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 #3EEBCE is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 62 235 206 -
CMYK 0.74 0 0.12 0.08
HSL 169.94º 0.81% 0.58% -
HSV(B) 169.94º 0.74% 0.92% -
XYZ 42.84 64.9 68.66 -
YUV 179.97 142.69 43.86 -
System Red Green Blue C M Y K H S L
Decimal 62 235 206 0.74 0 0.12 0.08 169.94 0.81 0.58
Hex 3E EB CE 4A 0 C 8 AA 51 3A
Octal 76 353 316 112 0 14 10 252 121 72
Binary 111110 11101011 11001110 1001010 0 1100 1000 10101010 1010001 111010

Color Harmonies of #3EEBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEBCE

Black with #3EEBCE

Text Example


Text Example

White with #3EEBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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