Html Css Color HEX #3ACEBC Medium Turquoise

📋 copy color: '#3ACEBC'

red 58 ◦ green 206 ◦ blue 188

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

Shades of Medium Turquoise #3ACEBC

Tints of Medium Turquoise #3ACEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.59%

R = 12.83%
G = 45.58%
B = 41.59%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#3ACEBC (or 0x3ACEBC) is known color: Medium Turquoise. HEX triplet: 3A, CE and BC. RGB value is (58,206,188). Sum of RGB (Red+Green+Blue) = 58+206+188=452 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.83% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #3ACEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACEBC is #C53143. Grayscale: #9F9F9F. Windows color (decimal): -12923204 or 12373562. OLE color: 12373562.

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

Color convert

RGB 58 206 188 -
CMYK 0.72 0 0.09 0.19
HSL 172.7º 0.6% 0.52% -
HSV(B) 172.7º 0.72% 0.81% -
XYZ 32.89 48.67 55.24 -
YUV 159.7 143.97 55.46 -
System Red Green Blue C M Y K H S L
Decimal 58 206 188 0.72 0 0.09 0.19 172.7 0.6 0.52
Hex 3A CE BC 48 0 9 13 AD 3C 34
Octal 72 316 274 110 0 11 23 255 74 64
Binary 111010 11001110 10111100 1001000 0 1001 10011 10101101 111100 110100

Color Harmonies of #3ACEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACEBC

Black with #3ACEBC

Text Example


Text Example

White with #3ACEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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