Html Css Color HEX #3AD4CD Medium Turquoise

📋 copy color: '#3AD4CD'

red 58 ◦ green 212 ◦ blue 205

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

Shades of Medium Turquoise #3AD4CD

Tints of Medium Turquoise #3AD4CD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.63%

 BLUE value IS 205 (80.47% from 255) = 43.16%

R = 12.21%
G = 44.63%
B = 43.16%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#3AD4CD (or 0x3AD4CD) is known color: Medium Turquoise. HEX triplet: 3A, D4 and CD. RGB value is (58,212,205). Sum of RGB (Red+Green+Blue) = 58+212+205=475 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.21% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 212 - color contains mainly: green. Hex color #3AD4CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD4CD is #C52B32. Grayscale: #A5A5A5. Windows color (decimal): -12921651 or 13489210. OLE color: 13489210.

HSL color Cylindrical-coordinate representation of color #3AD4CD: hue angle of 177.27º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD4CD is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 58 212 205 -
CMYK 0.73 0 0.03 0.17
HSL 177.27º 0.64% 0.53% -
HSV(B) 177.27º 0.73% 0.83% -
XYZ 36.31 52.39 65.96 -
YUV 165.16 150.48 51.57 -
System Red Green Blue C M Y K H S L
Decimal 58 212 205 0.73 0 0.03 0.17 177.27 0.64 0.53
Hex 3A D4 CD 49 0 3 11 B1 40 35
Octal 72 324 315 111 0 3 21 261 100 65
Binary 111010 11010100 11001101 1001001 0 11 10001 10110001 1000000 110101

Color Harmonies of #3AD4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD4CD

Black with #3AD4CD

Text Example


Text Example

White with #3AD4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,212,205); }

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

background-color css

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

 a { background-color: rgb(58,212,205); }

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

border-color css

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

 span { border-color: rgb(58,212,205); }

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