Html Css Color HEX #3ACDCC Medium Turquoise

📋 copy color: '#3ACDCC'

red 58 ◦ green 205 ◦ blue 204

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

Shades of Medium Turquoise #3ACDCC

Tints of Medium Turquoise #3ACDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.68%

R = 12.42%
G = 43.9%
B = 43.68%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#3ACDCC (or 0x3ACDCC) is known color: Medium Turquoise. HEX triplet: 3A, CD and CC. RGB value is (58,205,204). Sum of RGB (Red+Green+Blue) = 58+205+204=467 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.42% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACDCC is #C53233. Grayscale: #A0A0A0. Windows color (decimal): -12923444 or 13421882. OLE color: 13421882.

HSL color Cylindrical-coordinate representation of color #3ACDCC: hue angle of 179.59º 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 #3ACDCC is Cyan = 0.72, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 58 205 204 -
CMYK 0.72 0 0.00 0.20
HSL 179.59º 0.6% 0.52% -
HSV(B) 179.59º 0.72% 0.8% -
XYZ 34.48 48.92 64.75 -
YUV 160.93 152.3 54.58 -
System Red Green Blue C M Y K H S L
Decimal 58 205 204 0.72 0 0.00 0.20 179.59 0.6 0.52
Hex 3A CD CC 48 0 0 14 B4 3C 34
Octal 72 315 314 110 0 0 24 264 74 64
Binary 111010 11001101 11001100 1001000 0 0 10100 10110100 111100 110100

Color Harmonies of #3ACDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACDCC

Black with #3ACDCC

Text Example


Text Example

White with #3ACDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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