Html Css Color HEX #3ACDC6 Medium Turquoise

📋 copy color: '#3ACDC6'

red 58 ◦ green 205 ◦ blue 198

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

Shades of Medium Turquoise #3ACDC6

Tints of Medium Turquoise #3ACDC6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.47%

 BLUE value IS 198 (77.73% from 255) = 42.95%

R = 12.58%
G = 44.47%
B = 42.95%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#3ACDC6 (or 0x3ACDC6) is known color: Medium Turquoise. HEX triplet: 3A, CD and C6. RGB value is (58,205,198). Sum of RGB (Red+Green+Blue) = 58+205+198=461 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.58% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACDC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACDC6 is #C53239. Grayscale: #A0A0A0. Windows color (decimal): -12923450 or 13028666. OLE color: 13028666.

HSL color Cylindrical-coordinate representation of color #3ACDC6: hue angle of 177.14º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACDC6 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 58 205 198 -
CMYK 0.72 0 0.03 0.20
HSL 177.14º 0.6% 0.52% -
HSV(B) 177.14º 0.72% 0.8% -
XYZ 33.77 48.64 61.03 -
YUV 160.25 149.3 55.07 -
System Red Green Blue C M Y K H S L
Decimal 58 205 198 0.72 0 0.03 0.20 177.14 0.6 0.52
Hex 3A CD C6 48 0 3 14 B1 3C 34
Octal 72 315 306 110 0 3 24 261 74 64
Binary 111010 11001101 11000110 1001000 0 11 10100 10110001 111100 110100

Color Harmonies of #3ACDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACDC6

Black with #3ACDC6

Text Example


Text Example

White with #3ACDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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