Html Css Color HEX #3ABFBC Medium Turquoise

📋 copy color: '#3ABFBC'

red 58 ◦ green 191 ◦ blue 188

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

Shades of Medium Turquoise #3ABFBC

Tints of Medium Turquoise #3ABFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.02%

R = 13.27%
G = 43.71%
B = 43.02%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#3ABFBC (or 0x3ABFBC) is known color: Medium Turquoise. HEX triplet: 3A, BF and BC. RGB value is (58,191,188). Sum of RGB (Red+Green+Blue) = 58+191+188=437 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.27% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 191 - color contains mainly: green. Hex color #3ABFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABFBC is #C54043. Grayscale: #969696. Windows color (decimal): -12927044 or 12369722. OLE color: 12369722.

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

Color convert

RGB 58 191 188 -
CMYK 0.70 0 0.02 0.25
HSL 178.65º 0.53% 0.49% -
HSV(B) 178.65º 0.7% 0.75% -
XYZ 29.45 41.79 54.09 -
YUV 150.89 148.94 61.74 -
System Red Green Blue C M Y K H S L
Decimal 58 191 188 0.70 0 0.02 0.25 178.65 0.53 0.49
Hex 3A BF BC 46 0 2 19 B3 35 31
Octal 72 277 274 106 0 2 31 263 65 61
Binary 111010 10111111 10111100 1000110 0 10 11001 10110011 110101 110001

Color Harmonies of #3ABFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABFBC

Black with #3ABFBC

Text Example


Text Example

White with #3ABFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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