Html Css Color HEX #3EEBE1 Turquoise

📋 copy color: '#3EEBE1'

red 62 ◦ green 235 ◦ blue 225

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

Shades of Turquoise #3EEBE1

Tints of Turquoise #3EEBE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 43.1%

R = 11.88%
G = 45.02%
B = 43.1%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#3EEBE1 (or 0x3EEBE1) is known color: Turquoise. HEX triplet: 3E, EB and E1. RGB value is (62,235,225). Sum of RGB (Red+Green+Blue) = 62+235+225=522 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.88% from 522); Green value is 235 (92.19% from 255 or 45.02% from 522); Blue value is 225 (88.28% from 255 or 43.10% from 522); Max value from RGB is 235 - color contains mainly: green. Hex color #3EEBE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEBE1 is #C1141E. Grayscale: #B6B6B6. Windows color (decimal): -12653599 or 14805822. OLE color: 14805822.

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

Color convert

RGB 62 235 225 -
CMYK 0.74 0 0.04 0.08
HSL 176.53º 0.81% 0.58% -
HSV(B) 176.53º 0.74% 0.92% -
XYZ 45.29 65.88 81.56 -
YUV 182.13 152.19 42.31 -
System Red Green Blue C M Y K H S L
Decimal 62 235 225 0.74 0 0.04 0.08 176.53 0.81 0.58
Hex 3E EB E1 4A 0 4 8 B1 51 3A
Octal 76 353 341 112 0 4 10 261 121 72
Binary 111110 11101011 11100001 1001010 0 100 1000 10110001 1010001 111010

Color Harmonies of #3EEBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEBE1

Black with #3EEBE1

Text Example


Text Example

White with #3EEBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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