Html Css Color HEX #3AD8C0 Turquoise

📋 copy color: '#3AD8C0'

red 58 ◦ green 216 ◦ blue 192

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

Shades of Turquoise #3AD8C0

Tints of Turquoise #3AD8C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.2%

R = 12.45%
G = 46.35%
B = 41.2%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#3AD8C0 (or 0x3AD8C0) is known color: Turquoise. HEX triplet: 3A, D8 and C0. RGB value is (58,216,192). Sum of RGB (Red+Green+Blue) = 58+216+192=466 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.45% from 466); Green value is 216 (84.77% from 255 or 46.35% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD8C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD8C0 is #C5273F. Grayscale: #A5A5A5. Windows color (decimal): -12920640 or 12638266. OLE color: 12638266.

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

Color convert

RGB 58 216 192 -
CMYK 0.73 0 0.11 0.15
HSL 170.89º 0.67% 0.54% -
HSV(B) 170.89º 0.73% 0.85% -
XYZ 35.82 53.82 58.37 -
YUV 166.02 142.65 50.95 -
System Red Green Blue C M Y K H S L
Decimal 58 216 192 0.73 0 0.11 0.15 170.89 0.67 0.54
Hex 3A D8 C0 49 0 B F AB 43 36
Octal 72 330 300 111 0 13 17 253 103 66
Binary 111010 11011000 11000000 1001001 0 1011 1111 10101011 1000011 110110

Color Harmonies of #3AD8C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD8C0

Black with #3AD8C0

Text Example


Text Example

White with #3AD8C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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