Html Css Color HEX #3AD6BE Turquoise

📋 copy color: '#3AD6BE'

red 58 ◦ green 214 ◦ blue 190

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

Shades of Turquoise #3AD6BE

Tints of Turquoise #3AD6BE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.32%

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

R = 12.55%
G = 46.32%
B = 41.13%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#3AD6BE (or 0x3AD6BE) is known color: Turquoise. HEX triplet: 3A, D6 and BE. RGB value is (58,214,190). Sum of RGB (Red+Green+Blue) = 58+214+190=462 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.55% from 462); Green value is 214 (83.98% from 255 or 46.32% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD6BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD6BE is #C52941. Grayscale: #A4A4A4. Windows color (decimal): -12921154 or 12506682. OLE color: 12506682.

HSL color Cylindrical-coordinate representation of color #3AD6BE: hue angle of 170.77º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD6BE is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 58 214 190 -
CMYK 0.73 0 0.11 0.16
HSL 170.77º 0.66% 0.53% -
HSV(B) 170.77º 0.73% 0.84% -
XYZ 35.09 52.71 57.04 -
YUV 164.62 142.32 51.95 -
System Red Green Blue C M Y K H S L
Decimal 58 214 190 0.73 0 0.11 0.16 170.77 0.66 0.53
Hex 3A D6 BE 49 0 B 10 AB 42 35
Octal 72 326 276 111 0 13 20 253 102 65
Binary 111010 11010110 10111110 1001001 0 1011 10000 10101011 1000010 110101

Color Harmonies of #3AD6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD6BE

Black with #3AD6BE

Text Example


Text Example

White with #3AD6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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