Html Css Color HEX #3AD3DC Medium Turquoise

📋 copy color: '#3AD3DC'

red 58 ◦ green 211 ◦ blue 220

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

Shades of Medium Turquoise #3AD3DC

Tints of Medium Turquoise #3AD3DC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.15%

 BLUE value IS 220 (86.33% from 255) = 44.99%

R = 11.86%
G = 43.15%
B = 44.99%

CMYK

 C value IS 0.74

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3AD3DC (or 0x3AD3DC) is known color: Medium Turquoise. HEX triplet: 3A, D3 and DC. RGB value is (58,211,220). Sum of RGB (Red+Green+Blue) = 58+211+220=489 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.86% from 489); Green value is 211 (82.81% from 255 or 43.15% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #3AD3DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD3DC is #C52C23. Grayscale: #A6A6A6. Windows color (decimal): -12921892 or 14471994. OLE color: 14471994.

HSL color Cylindrical-coordinate representation of color #3AD3DC: hue angle of 183.33º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AD3DC is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 58 211 220 -
CMYK 0.74 0.04 0 0.14
HSL 183.33º 0.7% 0.55% -
HSV(B) 183.33º 0.74% 0.86% -
XYZ 37.96 52.66 75.87 -
YUV 166.28 158.31 50.77 -
System Red Green Blue C M Y K H S L
Decimal 58 211 220 0.74 0.04 0 0.14 183.33 0.7 0.55
Hex 3A D3 DC 4A 4 0 E B7 46 37
Octal 72 323 334 112 4 0 16 267 106 67
Binary 111010 11010011 11011100 1001010 100 0 1110 10110111 1000110 110111

Color Harmonies of #3AD3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD3DC

Black with #3AD3DC

Text Example


Text Example

White with #3AD3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,211,220); }

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

background-color css

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

 a { background-color: rgb(58,211,220); }

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

border-color css

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

 span { border-color: rgb(58,211,220); }

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