Html Css Color HEX #3AD3CD Medium Turquoise

📋 copy color: '#3AD3CD'

red 58 ◦ green 211 ◦ blue 205

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

Shades of Medium Turquoise #3AD3CD

Tints of Medium Turquoise #3AD3CD

RGB

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

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

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

R = 12.24%
G = 44.51%
B = 43.25%

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

#3AD3CD (or 0x3AD3CD) is known color: Medium Turquoise. HEX triplet: 3A, D3 and CD. RGB value is (58,211,205). Sum of RGB (Red+Green+Blue) = 58+211+205=474 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.24% from 474); Green value is 211 (82.81% from 255 or 44.51% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 211 - color contains mainly: green. Hex color #3AD3CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD3CD is #C52C32. Grayscale: #A4A4A4. Windows color (decimal): -12921907 or 13488954. OLE color: 13488954.

HSL color Cylindrical-coordinate representation of color #3AD3CD: hue angle of 177.65º degrees, saturation: 0.63, 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 #3AD3CD is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 58 211 205 -
CMYK 0.73 0 0.03 0.17
HSL 177.65º 0.63% 0.53% -
HSV(B) 177.65º 0.73% 0.83% -
XYZ 36.06 51.9 65.87 -
YUV 164.57 150.81 51.99 -
System Red Green Blue C M Y K H S L
Decimal 58 211 205 0.73 0 0.03 0.17 177.65 0.63 0.53
Hex 3A D3 CD 49 0 3 11 B2 3F 35
Octal 72 323 315 111 0 3 21 262 77 65
Binary 111010 11010011 11001101 1001001 0 11 10001 10110010 111111 110101

Color Harmonies of #3AD3CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD3CD

Black with #3AD3CD

Text Example


Text Example

White with #3AD3CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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