Html Css Color HEX #3ABFC2 Medium Turquoise

📋 copy color: '#3ABFC2'

red 58 ◦ green 191 ◦ blue 194

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

Shades of Medium Turquoise #3ABFC2

Tints of Medium Turquoise #3ABFC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.79%

R = 13.09%
G = 43.12%
B = 43.79%

CMYK

 C value IS 0.70

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3ABFC2 (or 0x3ABFC2) is known color: Medium Turquoise. HEX triplet: 3A, BF and C2. RGB value is (58,191,194). Sum of RGB (Red+Green+Blue) = 58+191+194=443 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.09% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 194 (76.17% from 255 or 43.79% from 443); Max value from RGB is 194 - color contains mainly: blue. Hex color #3ABFC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABFC2 is #C5403D. Grayscale: #979797. Windows color (decimal): -12927038 or 12762938. OLE color: 12762938.

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

Color convert

RGB 58 191 194 -
CMYK 0.70 0.02 0 0.24
HSL 181.32º 0.54% 0.49% -
HSV(B) 181.32º 0.7% 0.76% -
XYZ 30.11 42.06 57.57 -
YUV 151.58 151.94 61.26 -
System Red Green Blue C M Y K H S L
Decimal 58 191 194 0.70 0.02 0 0.24 181.32 0.54 0.49
Hex 3A BF C2 46 2 0 18 B5 36 31
Octal 72 277 302 106 2 0 30 265 66 61
Binary 111010 10111111 11000010 1000110 10 0 11000 10110101 110110 110001

Color Harmonies of #3ABFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABFC2

Black with #3ABFC2

Text Example


Text Example

White with #3ABFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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