Html Css Color HEX #3EEBDB Turquoise

📋 copy color: '#3EEBDB'

red 62 ◦ green 235 ◦ blue 219

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

Shades of Turquoise #3EEBDB

Tints of Turquoise #3EEBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.44%

R = 12.02%
G = 45.54%
B = 42.44%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#3EEBDB (or 0x3EEBDB) is known color: Turquoise. HEX triplet: 3E, EB and DB. RGB value is (62,235,219). Sum of RGB (Red+Green+Blue) = 62+235+219=516 (68% of max value = 765). Red value is 62 (24.61% from 255 or 12.02% from 516); Green value is 235 (92.19% from 255 or 45.54% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 235 - color contains mainly: green. Hex color #3EEBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEBDB is #C11424. Grayscale: #B5B5B5. Windows color (decimal): -12653605 or 14412606. OLE color: 14412606.

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

Color convert

RGB 62 235 219 -
CMYK 0.74 0 0.07 0.08
HSL 174.45º 0.81% 0.58% -
HSV(B) 174.45º 0.74% 0.92% -
XYZ 44.48 65.56 77.33 -
YUV 181.45 149.19 42.8 -
System Red Green Blue C M Y K H S L
Decimal 62 235 219 0.74 0 0.07 0.08 174.45 0.81 0.58
Hex 3E EB DB 4A 0 7 8 AE 51 3A
Octal 76 353 333 112 0 7 10 256 121 72
Binary 111110 11101011 11011011 1001010 0 111 1000 10101110 1010001 111010

Color Harmonies of #3EEBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEBDB

Black with #3EEBDB

Text Example


Text Example

White with #3EEBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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