Html Css Color HEX #3ED9DB Turquoise

📋 copy color: '#3ED9DB'

red 62 ◦ green 217 ◦ blue 219

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

Shades of Turquoise #3ED9DB

Tints of Turquoise #3ED9DB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.57%

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

R = 12.45%
G = 43.57%
B = 43.98%

CMYK

 C value IS 0.72

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3ED9DB (or 0x3ED9DB) is known color: Turquoise. HEX triplet: 3E, D9 and DB. RGB value is (62,217,219). Sum of RGB (Red+Green+Blue) = 62+217+219=498 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.45% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #3ED9DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED9DB is #C12624. Grayscale: #AAAAAA. Windows color (decimal): -12658213 or 14407998. OLE color: 14407998.

HSL color Cylindrical-coordinate representation of color #3ED9DB: hue angle of 180.76º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ED9DB is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 62 217 219 -
CMYK 0.72 0.01 0 0.14
HSL 180.76º 0.69% 0.55% -
HSV(B) 180.76º 0.72% 0.86% -
XYZ 39.59 55.76 75.7 -
YUV 170.88 155.15 50.34 -
System Red Green Blue C M Y K H S L
Decimal 62 217 219 0.72 0.01 0 0.14 180.76 0.69 0.55
Hex 3E D9 DB 48 1 0 E B5 45 37
Octal 76 331 333 110 1 0 16 265 105 67
Binary 111110 11011001 11011011 1001000 1 0 1110 10110101 1000101 110111

Color Harmonies of #3ED9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ED9DB

Black with #3ED9DB

Text Example


Text Example

White with #3ED9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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