Html Css Color HEX #3ACEBE Medium Turquoise

📋 copy color: '#3ACEBE'

red 58 ◦ green 206 ◦ blue 190

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

Shades of Medium Turquoise #3ACEBE

Tints of Medium Turquoise #3ACEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.85%

R = 12.78%
G = 45.37%
B = 41.85%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#3ACEBE (or 0x3ACEBE) is known color: Medium Turquoise. HEX triplet: 3A, CE and BE. RGB value is (58,206,190). Sum of RGB (Red+Green+Blue) = 58+206+190=454 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.78% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 206 - color contains mainly: green. Hex color #3ACEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACEBE is #C53141. Grayscale: #9F9F9F. Windows color (decimal): -12923202 or 12504634. OLE color: 12504634.

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

Color convert

RGB 58 206 190 -
CMYK 0.72 0 0.08 0.19
HSL 173.51º 0.6% 0.52% -
HSV(B) 173.51º 0.72% 0.81% -
XYZ 33.11 48.76 56.38 -
YUV 159.92 144.97 55.3 -
System Red Green Blue C M Y K H S L
Decimal 58 206 190 0.72 0 0.08 0.19 173.51 0.6 0.52
Hex 3A CE BE 48 0 8 13 AE 3C 34
Octal 72 316 276 110 0 10 23 256 74 64
Binary 111010 11001110 10111110 1001000 0 1000 10011 10101110 111100 110100

Color Harmonies of #3ACEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACEBE

Black with #3ACEBE

Text Example


Text Example

White with #3ACEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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