Html Css Color HEX #3ABFBF Medium Turquoise

📋 copy color: '#3ABFBF'

red 58 ◦ green 191 ◦ blue 191

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

Shades of Medium Turquoise #3ABFBF

Tints of Medium Turquoise #3ABFBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.41%

R = 13.18%
G = 43.41%
B = 43.41%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3ABFBF (or 0x3ABFBF) is known color: Medium Turquoise. HEX triplet: 3A, BF and BF. RGB value is (58,191,191). Sum of RGB (Red+Green+Blue) = 58+191+191=440 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.18% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #3ABFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABFBF is #C54040. Grayscale: #979797. Windows color (decimal): -12927041 or 12566330. OLE color: 12566330.

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

Color convert

RGB 58 191 191 -
CMYK 0.70 0 0 0.25
HSL 180º 0.53% 0.49% -
HSV(B) 180º 0.7% 0.75% -
XYZ 29.78 41.92 55.81 -
YUV 151.23 150.44 61.5 -
System Red Green Blue C M Y K H S L
Decimal 58 191 191 0.70 0 0 0.25 180 0.53 0.49
Hex 3A BF BF 46 0 0 19 B4 35 31
Octal 72 277 277 106 0 0 31 264 65 61
Binary 111010 10111111 10111111 1000110 0 0 11001 10110100 110101 110001

Color Harmonies of #3ABFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABFBF

Black with #3ABFBF

Text Example


Text Example

White with #3ABFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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