Html Css Color HEX #3ACACC Medium Turquoise

📋 copy color: '#3ACACC'

red 58 ◦ green 202 ◦ blue 204

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

Shades of Medium Turquoise #3ACACC

Tints of Medium Turquoise #3ACACC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.53%

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

R = 12.5%
G = 43.53%
B = 43.97%

CMYK

 C value IS 0.72

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3ACACC (or 0x3ACACC) is known color: Medium Turquoise. HEX triplet: 3A, CA and CC. RGB value is (58,202,204). Sum of RGB (Red+Green+Blue) = 58+202+204=464 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.5% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #3ACACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACACC is #C53533. Grayscale: #9F9F9F. Windows color (decimal): -12924212 or 13421114. OLE color: 13421114.

HSL color Cylindrical-coordinate representation of color #3ACACC: hue angle of 180.82º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACACC is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 58 202 204 -
CMYK 0.72 0.01 0 0.2
HSL 180.82º 0.59% 0.51% -
HSV(B) 180.82º 0.72% 0.8% -
XYZ 33.76 47.5 64.52 -
YUV 159.17 153.29 55.84 -
System Red Green Blue C M Y K H S L
Decimal 58 202 204 0.72 0.01 0 0.2 180.82 0.59 0.51
Hex 3A CA CC 48 1 0 14 B5 3B 33
Octal 72 312 314 110 1 0 24 265 73 63
Binary 111010 11001010 11001100 1001000 1 0 10100 10110101 111011 110011

Color Harmonies of #3ACACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACACC

Black with #3ACACC

Text Example


Text Example

White with #3ACACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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