Html Css Color HEX #3EE2CE Turquoise

📋 copy color: '#3EE2CE'

red 62 ◦ green 226 ◦ blue 206

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

Shades of Turquoise #3EE2CE

Tints of Turquoise #3EE2CE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.75%

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

R = 12.55%
G = 45.75%
B = 41.7%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#3EE2CE (or 0x3EE2CE) is known color: Turquoise. HEX triplet: 3E, E2 and CE. RGB value is (62,226,206). Sum of RGB (Red+Green+Blue) = 62+226+206=494 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.55% from 494); Green value is 226 (88.67% from 255 or 45.75% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 226 - color contains mainly: green. Hex color #3EE2CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EE2CE is #C11D31. Grayscale: #AEAEAE. Windows color (decimal): -12655922 or 13558334. OLE color: 13558334.

HSL color Cylindrical-coordinate representation of color #3EE2CE: hue angle of 172.68º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE2CE is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 62 226 206 -
CMYK 0.73 0 0.09 0.11
HSL 172.68º 0.74% 0.56% -
HSV(B) 172.68º 0.73% 0.89% -
XYZ 40.32 59.87 67.82 -
YUV 174.68 145.67 47.63 -
System Red Green Blue C M Y K H S L
Decimal 62 226 206 0.73 0 0.09 0.11 172.68 0.74 0.56
Hex 3E E2 CE 49 0 9 B AD 4A 38
Octal 76 342 316 111 0 11 13 255 112 70
Binary 111110 11100010 11001110 1001001 0 1001 1011 10101101 1001010 111000

Color Harmonies of #3EE2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE2CE

Black with #3EE2CE

Text Example


Text Example

White with #3EE2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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