Html Css Color HEX #3ABFC1 Medium Turquoise

📋 copy color: '#3ABFC1'

red 58 ◦ green 191 ◦ blue 193

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

Shades of Medium Turquoise #3ABFC1

Tints of Medium Turquoise #3ABFC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.67%

R = 13.12%
G = 43.21%
B = 43.67%

CMYK

 C value IS 0.70

 M value IS 0.01

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3ABFC1 (or 0x3ABFC1) is known color: Medium Turquoise. HEX triplet: 3A, BF and C1. RGB value is (58,191,193). Sum of RGB (Red+Green+Blue) = 58+191+193=442 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.12% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 193 (75.78% from 255 or 43.67% from 442); Max value from RGB is 193 - color contains mainly: blue. Hex color #3ABFC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABFC1 is #C5403E. Grayscale: #979797. Windows color (decimal): -12927039 or 12697402. OLE color: 12697402.

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

Color convert

RGB 58 191 193 -
CMYK 0.70 0.01 0 0.24
HSL 180.89º 0.54% 0.49% -
HSV(B) 180.89º 0.7% 0.76% -
XYZ 30 42.01 56.98 -
YUV 151.46 151.44 61.34 -
System Red Green Blue C M Y K H S L
Decimal 58 191 193 0.70 0.01 0 0.24 180.89 0.54 0.49
Hex 3A BF C1 46 1 0 18 B5 36 31
Octal 72 277 301 106 1 0 30 265 66 61
Binary 111010 10111111 11000001 1000110 1 0 11000 10110101 110110 110001

Color Harmonies of #3ABFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABFC1

Black with #3ABFC1

Text Example


Text Example

White with #3ABFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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