Html Css Color HEX #3AD5BE Turquoise

📋 copy color: '#3AD5BE'

red 58 ◦ green 213 ◦ blue 190

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

Shades of Turquoise #3AD5BE

Tints of Turquoise #3AD5BE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.2%

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

R = 12.58%
G = 46.2%
B = 41.21%

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

#3AD5BE (or 0x3AD5BE) is known color: Turquoise. HEX triplet: 3A, D5 and BE. RGB value is (58,213,190). Sum of RGB (Red+Green+Blue) = 58+213+190=461 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.58% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 213 - color contains mainly: green. Hex color #3AD5BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD5BE is #C52A41. Grayscale: #A3A3A3. Windows color (decimal): -12921410 or 12506426. OLE color: 12506426.

HSL color Cylindrical-coordinate representation of color #3AD5BE: hue angle of 171.1º degrees, saturation: 0.65, 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 #3AD5BE is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 58 213 190 -
CMYK 0.73 0 0.11 0.16
HSL 171.1º 0.65% 0.53% -
HSV(B) 171.1º 0.73% 0.84% -
XYZ 34.83 52.21 56.96 -
YUV 164.03 142.65 52.37 -
System Red Green Blue C M Y K H S L
Decimal 58 213 190 0.73 0 0.11 0.16 171.1 0.65 0.53
Hex 3A D5 BE 49 0 B 10 AB 41 35
Octal 72 325 276 111 0 13 20 253 101 65
Binary 111010 11010101 10111110 1001001 0 1011 10000 10101011 1000001 110101

Color Harmonies of #3AD5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD5BE

Black with #3AD5BE

Text Example


Text Example

White with #3AD5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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