Html Css Color HEX #3ACACD Medium Turquoise

📋 copy color: '#3ACACD'

red 58 ◦ green 202 ◦ blue 205

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

Shades of Medium Turquoise #3ACACD

Tints of Medium Turquoise #3ACACD

RGB

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

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

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

R = 12.47%
G = 43.44%
B = 44.09%

CMYK

 C value IS 0.72

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3ACACD (or 0x3ACACD) is known color: Medium Turquoise. HEX triplet: 3A, CA and CD. RGB value is (58,202,205). Sum of RGB (Red+Green+Blue) = 58+202+205=465 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.47% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #3ACACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACACD is #C53532. Grayscale: #9F9F9F. Windows color (decimal): -12924211 or 13486650. OLE color: 13486650.

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

Color convert

RGB 58 202 205 -
CMYK 0.72 0.01 0 0.20
HSL 181.22º 0.6% 0.52% -
HSV(B) 181.22º 0.72% 0.8% -
XYZ 33.88 47.55 65.15 -
YUV 159.29 153.79 55.76 -
System Red Green Blue C M Y K H S L
Decimal 58 202 205 0.72 0.01 0 0.20 181.22 0.6 0.52
Hex 3A CA CD 48 1 0 14 B5 3C 34
Octal 72 312 315 110 1 0 24 265 74 64
Binary 111010 11001010 11001101 1001000 1 0 10100 10110101 111100 110100

Color Harmonies of #3ACACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACACD

Black with #3ACACD

Text Example


Text Example

White with #3ACACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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