Html Css Color HEX #3EE9DB Turquoise

📋 copy color: '#3EE9DB'

red 62 ◦ green 233 ◦ blue 219

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

Shades of Turquoise #3EE9DB

Tints of Turquoise #3EE9DB

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.33%

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

R = 12.06%
G = 45.33%
B = 42.61%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#3EE9DB (or 0x3EE9DB) is known color: Turquoise. HEX triplet: 3E, E9 and DB. RGB value is (62,233,219). Sum of RGB (Red+Green+Blue) = 62+233+219=514 (68% of max value = 765). Red value is 62 (24.61% from 255 or 12.06% from 514); Green value is 233 (91.41% from 255 or 45.33% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 233 - color contains mainly: green. Hex color #3EE9DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EE9DB is #C11624. Grayscale: #B4B4B4. Windows color (decimal): -12654117 or 14412094. OLE color: 14412094.

HSL color Cylindrical-coordinate representation of color #3EE9DB: hue angle of 175.09º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE9DB is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 62 233 219 -
CMYK 0.73 0 0.06 0.09
HSL 175.09º 0.8% 0.58% -
HSV(B) 175.09º 0.73% 0.91% -
XYZ 43.91 64.42 77.14 -
YUV 180.28 149.85 43.64 -
System Red Green Blue C M Y K H S L
Decimal 62 233 219 0.73 0 0.06 0.09 175.09 0.8 0.58
Hex 3E E9 DB 49 0 6 9 AF 50 3A
Octal 76 351 333 111 0 6 11 257 120 72
Binary 111110 11101001 11011011 1001001 0 110 1001 10101111 1010000 111010

Color Harmonies of #3EE9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE9DB

Black with #3EE9DB

Text Example


Text Example

White with #3EE9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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