Html Css Color HEX #3AC0BB Medium Turquoise

📋 copy color: '#3AC0BB'

red 58 ◦ green 192 ◦ blue 187

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

Shades of Medium Turquoise #3AC0BB

Tints of Medium Turquoise #3AC0BB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.94%

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

R = 13.27%
G = 43.94%
B = 42.79%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#3AC0BB (or 0x3AC0BB) is known color: Medium Turquoise. HEX triplet: 3A, C0 and BB. RGB value is (58,192,187). Sum of RGB (Red+Green+Blue) = 58+192+187=437 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.27% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC0BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AC0BB is #C53F44. Grayscale: #979797. Windows color (decimal): -12926789 or 12304442. OLE color: 12304442.

HSL color Cylindrical-coordinate representation of color #3AC0BB: hue angle of 177.76º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC0BB is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 192 187 -
CMYK 0.70 0 0.03 0.25
HSL 177.76º 0.54% 0.49% -
HSV(B) 177.76º 0.7% 0.75% -
XYZ 29.56 42.19 53.6 -
YUV 151.36 148.11 61.41 -
System Red Green Blue C M Y K H S L
Decimal 58 192 187 0.70 0 0.03 0.25 177.76 0.54 0.49
Hex 3A C0 BB 46 0 3 19 B2 36 31
Octal 72 300 273 106 0 3 31 262 66 61
Binary 111010 11000000 10111011 1000110 0 11 11001 10110010 110110 110001

Color Harmonies of #3AC0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC0BB

Black with #3AC0BB

Text Example


Text Example

White with #3AC0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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