Html Css Color HEX #3EE3CE Turquoise

📋 copy color: '#3EE3CE'

red 62 ◦ green 227 ◦ blue 206

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

Shades of Turquoise #3EE3CE

Tints of Turquoise #3EE3CE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.86%

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

R = 12.53%
G = 45.86%
B = 41.62%

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

#3EE3CE (or 0x3EE3CE) is known color: Turquoise. HEX triplet: 3E, E3 and CE. RGB value is (62,227,206). Sum of RGB (Red+Green+Blue) = 62+227+206=495 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.53% from 495); Green value is 227 (89.06% from 255 or 45.86% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 227 - color contains mainly: green. Hex color #3EE3CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EE3CE is #C11C31. Grayscale: #AFAFAF. Windows color (decimal): -12655666 or 13558590. OLE color: 13558590.

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

Color convert

RGB 62 227 206 -
CMYK 0.73 0 0.09 0.11
HSL 172.36º 0.75% 0.57% -
HSV(B) 172.36º 0.73% 0.89% -
XYZ 40.6 60.42 67.91 -
YUV 175.27 145.34 47.21 -
System Red Green Blue C M Y K H S L
Decimal 62 227 206 0.73 0 0.09 0.11 172.36 0.75 0.57
Hex 3E E3 CE 49 0 9 B AC 4B 39
Octal 76 343 316 111 0 11 13 254 113 71
Binary 111110 11100011 11001110 1001001 0 1001 1011 10101100 1001011 111001

Color Harmonies of #3EE3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE3CE

Black with #3EE3CE

Text Example


Text Example

White with #3EE3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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