Html Css Color HEX #3ABFBA Medium Turquoise

📋 copy color: '#3ABFBA'

red 58 ◦ green 191 ◦ blue 186

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

Shades of Medium Turquoise #3ABFBA

Tints of Medium Turquoise #3ABFBA

RGB

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

 GREEN value IS 191 (75% from 255) = 43.91%

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

R = 13.33%
G = 43.91%
B = 42.76%

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

#3ABFBA (or 0x3ABFBA) is known color: Medium Turquoise. HEX triplet: 3A, BF and BA. RGB value is (58,191,186). Sum of RGB (Red+Green+Blue) = 58+191+186=435 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.33% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 191 - color contains mainly: green. Hex color #3ABFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABFBA is #C54045. Grayscale: #969696. Windows color (decimal): -12927046 or 12238650. OLE color: 12238650.

HSL color Cylindrical-coordinate representation of color #3ABFBA: hue angle of 177.74º degrees, saturation: 0.53, 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 #3ABFBA is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 191 186 -
CMYK 0.70 0 0.03 0.25
HSL 177.74º 0.53% 0.49% -
HSV(B) 177.74º 0.7% 0.75% -
XYZ 29.24 41.71 52.96 -
YUV 150.66 147.94 61.91 -
System Red Green Blue C M Y K H S L
Decimal 58 191 186 0.70 0 0.03 0.25 177.74 0.53 0.49
Hex 3A BF BA 46 0 3 19 B2 35 31
Octal 72 277 272 106 0 3 31 262 65 61
Binary 111010 10111111 10111010 1000110 0 11 11001 10110010 110101 110001

Color Harmonies of #3ABFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABFBA

Black with #3ABFBA

Text Example


Text Example

White with #3ABFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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