Html Css Color HEX #3AD1DA Medium Turquoise

📋 copy color: '#3AD1DA'

red 58 ◦ green 209 ◦ blue 218

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

Shades of Medium Turquoise #3AD1DA

Tints of Medium Turquoise #3AD1DA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.09%

 BLUE value IS 218 (85.55% from 255) = 44.95%

R = 11.96%
G = 43.09%
B = 44.95%

CMYK

 C value IS 0.73

 M value IS 0.04

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3AD1DA (or 0x3AD1DA) is known color: Medium Turquoise. HEX triplet: 3A, D1 and DA. RGB value is (58,209,218). Sum of RGB (Red+Green+Blue) = 58+209+218=485 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.96% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #3AD1DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD1DA is #C52E25. Grayscale: #A4A4A4. Windows color (decimal): -12922406 or 14340410. OLE color: 14340410.

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

Color convert

RGB 58 209 218 -
CMYK 0.73 0.04 0 0.15
HSL 183.38º 0.68% 0.54% -
HSV(B) 183.38º 0.73% 0.85% -
XYZ 37.2 51.56 74.32 -
YUV 164.88 157.97 51.77 -
System Red Green Blue C M Y K H S L
Decimal 58 209 218 0.73 0.04 0 0.15 183.38 0.68 0.54
Hex 3A D1 DA 49 4 0 F B7 44 36
Octal 72 321 332 111 4 0 17 267 104 66
Binary 111010 11010001 11011010 1001001 100 0 1111 10110111 1000100 110110

Color Harmonies of #3AD1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD1DA

Black with #3AD1DA

Text Example


Text Example

White with #3AD1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,209,218); }

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

background-color css

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

 a { background-color: rgb(58,209,218); }

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

border-color css

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

 span { border-color: rgb(58,209,218); }

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