Html Css Color HEX #3AD8BA Turquoise

📋 copy color: '#3AD8BA'

red 58 ◦ green 216 ◦ blue 186

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

Shades of Turquoise #3AD8BA

Tints of Turquoise #3AD8BA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.96%

 BLUE value IS 186 (73.05% from 255) = 40.43%

R = 12.61%
G = 46.96%
B = 40.43%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#3AD8BA (or 0x3AD8BA) is known color: Turquoise. HEX triplet: 3A, D8 and BA. RGB value is (58,216,186). Sum of RGB (Red+Green+Blue) = 58+216+186=460 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.61% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD8BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD8BA is #C52745. Grayscale: #A5A5A5. Windows color (decimal): -12920646 or 12245050. OLE color: 12245050.

HSL color Cylindrical-coordinate representation of color #3AD8BA: hue angle of 168.61º degrees, saturation: 0.67, 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 #3AD8BA is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 58 216 186 -
CMYK 0.73 0 0.14 0.15
HSL 168.61º 0.67% 0.54% -
HSV(B) 168.61º 0.73% 0.85% -
XYZ 35.16 53.56 54.94 -
YUV 165.34 139.65 51.44 -
System Red Green Blue C M Y K H S L
Decimal 58 216 186 0.73 0 0.14 0.15 168.61 0.67 0.54
Hex 3A D8 BA 49 0 E F A9 43 36
Octal 72 330 272 111 0 16 17 251 103 66
Binary 111010 11011000 10111010 1001001 0 1110 1111 10101001 1000011 110110

Color Harmonies of #3AD8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD8BA

Black with #3AD8BA

Text Example


Text Example

White with #3AD8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,216,186); }

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

background-color css

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

 a { background-color: rgb(58,216,186); }

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

border-color css

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

 span { border-color: rgb(58,216,186); }

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