Html Css Color HEX #3ABCBA Medium Turquoise

📋 copy color: '#3ABCBA'

red 58 ◦ green 188 ◦ blue 186

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

Shades of Medium Turquoise #3ABCBA

Tints of Medium Turquoise #3ABCBA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.52%

 BLUE value IS 186 (73.05% from 255) = 43.06%

R = 13.43%
G = 43.52%
B = 43.06%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#3ABCBA (or 0x3ABCBA) is known color: Medium Turquoise. HEX triplet: 3A, BC and BA. RGB value is (58,188,186). Sum of RGB (Red+Green+Blue) = 58+188+186=432 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.43% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 188 - color contains mainly: green. Hex color #3ABCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABCBA is #C54345. Grayscale: #949494. Windows color (decimal): -12927814 or 12237882. OLE color: 12237882.

HSL color Cylindrical-coordinate representation of color #3ABCBA: hue angle of 179.08º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABCBA is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 58 188 186 -
CMYK 0.69 0 0.01 0.26
HSL 179.08º 0.53% 0.48% -
HSV(B) 179.08º 0.69% 0.74% -
XYZ 28.59 40.41 52.75 -
YUV 148.9 148.93 63.16 -
System Red Green Blue C M Y K H S L
Decimal 58 188 186 0.69 0 0.01 0.26 179.08 0.53 0.48
Hex 3A BC BA 45 0 1 1A B3 35 30
Octal 72 274 272 105 0 1 32 263 65 60
Binary 111010 10111100 10111010 1000101 0 1 11010 10110011 110101 110000

Color Harmonies of #3ABCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABCBA

Black with #3ABCBA

Text Example


Text Example

White with #3ABCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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