Html Css Color HEX #3ABDBA Medium Turquoise

📋 copy color: '#3ABDBA'

red 58 ◦ green 189 ◦ blue 186

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

Shades of Medium Turquoise #3ABDBA

Tints of Medium Turquoise #3ABDBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.96%

R = 13.39%
G = 43.65%
B = 42.96%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#3ABDBA (or 0x3ABDBA) is known color: Medium Turquoise. HEX triplet: 3A, BD and BA. RGB value is (58,189,186). Sum of RGB (Red+Green+Blue) = 58+189+186=433 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.39% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 189 - color contains mainly: green. Hex color #3ABDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABDBA is #C54245. Grayscale: #959595. Windows color (decimal): -12927558 or 12238138. OLE color: 12238138.

HSL color Cylindrical-coordinate representation of color #3ABDBA: hue angle of 178.63º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABDBA is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 58 189 186 -
CMYK 0.69 0 0.02 0.26
HSL 178.63º 0.53% 0.48% -
HSV(B) 178.63º 0.69% 0.74% -
XYZ 28.81 40.84 52.82 -
YUV 149.49 148.6 62.74 -
System Red Green Blue C M Y K H S L
Decimal 58 189 186 0.69 0 0.02 0.26 178.63 0.53 0.48
Hex 3A BD BA 45 0 2 1A B3 35 30
Octal 72 275 272 105 0 2 32 263 65 60
Binary 111010 10111101 10111010 1000101 0 10 11010 10110011 110101 110000

Color Harmonies of #3ABDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABDBA

Black with #3ABDBA

Text Example


Text Example

White with #3ABDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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