Html Css Color HEX #3EEBE5 Turquoise

📋 copy color: '#3EEBE5'

red 62 ◦ green 235 ◦ blue 229

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

Shades of Turquoise #3EEBE5

Tints of Turquoise #3EEBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.54%

R = 11.79%
G = 44.68%
B = 43.54%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#3EEBE5 (or 0x3EEBE5) is known color: Turquoise. HEX triplet: 3E, EB and E5. RGB value is (62,235,229). Sum of RGB (Red+Green+Blue) = 62+235+229=526 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.79% from 526); Green value is 235 (92.19% from 255 or 44.68% from 526); Blue value is 229 (89.84% from 255 or 43.54% from 526); Max value from RGB is 235 - color contains mainly: green. Hex color #3EEBE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEBE5 is #C1141A. Grayscale: #B6B6B6. Windows color (decimal): -12653595 or 15067966. OLE color: 15067966.

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

Color convert

RGB 62 235 229 -
CMYK 0.74 0 0.03 0.08
HSL 177.92º 0.81% 0.58% -
HSV(B) 177.92º 0.74% 0.92% -
XYZ 45.84 66.1 84.47 -
YUV 182.59 154.19 41.99 -
System Red Green Blue C M Y K H S L
Decimal 62 235 229 0.74 0 0.03 0.08 177.92 0.81 0.58
Hex 3E EB E5 4A 0 3 8 B2 51 3A
Octal 76 353 345 112 0 3 10 262 121 72
Binary 111110 11101011 11100101 1001010 0 11 1000 10110010 1010001 111010

Color Harmonies of #3EEBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEBE5

Black with #3EEBE5

Text Example


Text Example

White with #3EEBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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