Html Css Color HEX #3ACEC5 Medium Turquoise

📋 copy color: '#3ACEC5'

red 58 ◦ green 206 ◦ blue 197

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

Shades of Medium Turquoise #3ACEC5

Tints of Medium Turquoise #3ACEC5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.69%

 BLUE value IS 197 (77.34% from 255) = 42.73%

R = 12.58%
G = 44.69%
B = 42.73%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#3ACEC5 (or 0x3ACEC5) is known color: Medium Turquoise. HEX triplet: 3A, CE and C5. RGB value is (58,206,197). Sum of RGB (Red+Green+Blue) = 58+206+197=461 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.58% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 197 (77.34% from 255 or 42.73% from 461); Max value from RGB is 206 - color contains mainly: green. Hex color #3ACEC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACEC5 is #C5313A. Grayscale: #A0A0A0. Windows color (decimal): -12923195 or 12963386. OLE color: 12963386.

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

Color convert

RGB 58 206 197 -
CMYK 0.72 0 0.04 0.19
HSL 176.35º 0.6% 0.52% -
HSV(B) 176.35º 0.72% 0.81% -
XYZ 33.89 49.07 60.51 -
YUV 160.72 148.47 54.73 -
System Red Green Blue C M Y K H S L
Decimal 58 206 197 0.72 0 0.04 0.19 176.35 0.6 0.52
Hex 3A CE C5 48 0 4 13 B0 3C 34
Octal 72 316 305 110 0 4 23 260 74 64
Binary 111010 11001110 11000101 1001000 0 100 10011 10110000 111100 110100

Color Harmonies of #3ACEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACEC5

Black with #3ACEC5

Text Example


Text Example

White with #3ACEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,206,197); }

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

background-color css

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

 a { background-color: rgb(58,206,197); }

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

border-color css

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

 span { border-color: rgb(58,206,197); }

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