Html Css Color HEX #3ABDBF Medium Turquoise

📋 copy color: '#3ABDBF'

red 58 ◦ green 189 ◦ blue 191

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

Shades of Medium Turquoise #3ABDBF

Tints of Medium Turquoise #3ABDBF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.15%

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

R = 13.24%
G = 43.15%
B = 43.61%

CMYK

 C value IS 0.70

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3ABDBF (or 0x3ABDBF) is known color: Medium Turquoise. HEX triplet: 3A, BD and BF. RGB value is (58,189,191). Sum of RGB (Red+Green+Blue) = 58+189+191=438 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.24% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #3ABDBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABDBF is #C54240. Grayscale: #959595. Windows color (decimal): -12927553 or 12565818. OLE color: 12565818.

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

Color convert

RGB 58 189 191 -
CMYK 0.70 0.01 0 0.25
HSL 180.9º 0.53% 0.49% -
HSV(B) 180.9º 0.7% 0.75% -
XYZ 29.35 41.06 55.67 -
YUV 150.06 151.1 62.34 -
System Red Green Blue C M Y K H S L
Decimal 58 189 191 0.70 0.01 0 0.25 180.9 0.53 0.49
Hex 3A BD BF 46 1 0 19 B5 35 31
Octal 72 275 277 106 1 0 31 265 65 61
Binary 111010 10111101 10111111 1000110 1 0 11001 10110101 110101 110001

Color Harmonies of #3ABDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABDBF

Black with #3ABDBF

Text Example


Text Example

White with #3ABDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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