Html Css Color HEX #3ACEBB Medium Turquoise

📋 copy color: '#3ACEBB'

red 58 ◦ green 206 ◦ blue 187

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

Shades of Medium Turquoise #3ACEBB

Tints of Medium Turquoise #3ACEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.46%

R = 12.86%
G = 45.68%
B = 41.46%

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

#3ACEBB (or 0x3ACEBB) is known color: Medium Turquoise. HEX triplet: 3A, CE and BB. RGB value is (58,206,187). Sum of RGB (Red+Green+Blue) = 58+206+187=451 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.86% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 206 - color contains mainly: green. Hex color #3ACEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACEBB is #C53144. Grayscale: #9F9F9F. Windows color (decimal): -12923205 or 12308026. OLE color: 12308026.

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

Color convert

RGB 58 206 187 -
CMYK 0.72 0 0.09 0.19
HSL 172.3º 0.6% 0.52% -
HSV(B) 172.3º 0.72% 0.81% -
XYZ 32.79 48.63 54.67 -
YUV 159.58 143.47 55.54 -
System Red Green Blue C M Y K H S L
Decimal 58 206 187 0.72 0 0.09 0.19 172.3 0.6 0.52
Hex 3A CE BB 48 0 9 13 AC 3C 34
Octal 72 316 273 110 0 11 23 254 74 64
Binary 111010 11001110 10111011 1001000 0 1001 10011 10101100 111100 110100

Color Harmonies of #3ACEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACEBB

Black with #3ACEBB

Text Example


Text Example

White with #3ACEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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