Html Css Color HEX #3AD9BE Turquoise

📋 copy color: '#3AD9BE'

red 58 ◦ green 217 ◦ blue 190

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

Shades of Turquoise #3AD9BE

Tints of Turquoise #3AD9BE

RGB

 RED value IS 58 (23.05% from 255) = 12.47%

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

 BLUE value IS 190 (74.61% from 255) = 40.86%

R = 12.47%
G = 46.67%
B = 40.86%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#3AD9BE (or 0x3AD9BE) is known color: Turquoise. HEX triplet: 3A, D9 and BE. RGB value is (58,217,190). Sum of RGB (Red+Green+Blue) = 58+217+190=465 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.47% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD9BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD9BE is #C52641. Grayscale: #A6A6A6. Windows color (decimal): -12920386 or 12507450. OLE color: 12507450.

HSL color Cylindrical-coordinate representation of color #3AD9BE: hue angle of 169.81º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD9BE is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 58 217 190 -
CMYK 0.73 0 0.12 0.15
HSL 169.81º 0.68% 0.54% -
HSV(B) 169.81º 0.73% 0.85% -
XYZ 35.85 54.24 57.3 -
YUV 166.38 141.32 50.7 -
System Red Green Blue C M Y K H S L
Decimal 58 217 190 0.73 0 0.12 0.15 169.81 0.68 0.54
Hex 3A D9 BE 49 0 C F AA 44 36
Octal 72 331 276 111 0 14 17 252 104 66
Binary 111010 11011001 10111110 1001001 0 1100 1111 10101010 1000100 110110

Color Harmonies of #3AD9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD9BE

Black with #3AD9BE

Text Example


Text Example

White with #3AD9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,217,190); }

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

background-color css

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

 a { background-color: rgb(58,217,190); }

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

border-color css

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

 span { border-color: rgb(58,217,190); }

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