Html Css Color HEX #3EEBD6 Turquoise

📋 copy color: '#3EEBD6'

red 62 ◦ green 235 ◦ blue 214

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

Shades of Turquoise #3EEBD6

Tints of Turquoise #3EEBD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.88%

R = 12.13%
G = 45.99%
B = 41.88%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#3EEBD6 (or 0x3EEBD6) is known color: Turquoise. HEX triplet: 3E, EB and D6. RGB value is (62,235,214). Sum of RGB (Red+Green+Blue) = 62+235+214=511 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.13% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 214 (83.98% from 255 or 41.88% from 511); Max value from RGB is 235 - color contains mainly: green. Hex color #3EEBD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEBD6 is #C11429. Grayscale: #B4B4B4. Windows color (decimal): -12653610 or 14084926. OLE color: 14084926.

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

Color convert

RGB 62 235 214 -
CMYK 0.74 0 0.09 0.08
HSL 172.72º 0.81% 0.58% -
HSV(B) 172.72º 0.74% 0.92% -
XYZ 43.83 65.3 73.91 -
YUV 180.88 146.69 43.21 -
System Red Green Blue C M Y K H S L
Decimal 62 235 214 0.74 0 0.09 0.08 172.72 0.81 0.58
Hex 3E EB D6 4A 0 9 8 AD 51 3A
Octal 76 353 326 112 0 11 10 255 121 72
Binary 111110 11101011 11010110 1001010 0 1001 1000 10101101 1010001 111010

Color Harmonies of #3EEBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEBD6

Black with #3EEBD6

Text Example


Text Example

White with #3EEBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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