Html Css Color HEX #3ACEC6 Medium Turquoise

📋 copy color: '#3ACEC6'

red 58 ◦ green 206 ◦ blue 198

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

Shades of Medium Turquoise #3ACEC6

Tints of Medium Turquoise #3ACEC6

RGB

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

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

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

R = 12.55%
G = 44.59%
B = 42.86%

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

#3ACEC6 (or 0x3ACEC6) is known color: Medium Turquoise. HEX triplet: 3A, CE and C6. RGB value is (58,206,198). Sum of RGB (Red+Green+Blue) = 58+206+198=462 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.55% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 198 (77.73% from 255 or 42.86% from 462); Max value from RGB is 206 - color contains mainly: green. Hex color #3ACEC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACEC6 is #C53139. Grayscale: #A0A0A0. Windows color (decimal): -12923194 or 13028922. OLE color: 13028922.

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

Color convert

RGB 58 206 198 -
CMYK 0.72 0 0.04 0.19
HSL 176.76º 0.6% 0.52% -
HSV(B) 176.76º 0.72% 0.81% -
XYZ 34.01 49.12 61.11 -
YUV 160.84 148.97 54.65 -
System Red Green Blue C M Y K H S L
Decimal 58 206 198 0.72 0 0.04 0.19 176.76 0.6 0.52
Hex 3A CE C6 48 0 4 13 B1 3C 34
Octal 72 316 306 110 0 4 23 261 74 64
Binary 111010 11001110 11000110 1001000 0 100 10011 10110001 111100 110100

Color Harmonies of #3ACEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACEC6

Black with #3ACEC6

Text Example


Text Example

White with #3ACEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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