Html Css Color HEX #3ABDBB Medium Turquoise

📋 copy color: '#3ABDBB'

red 58 ◦ green 189 ◦ blue 187

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

Shades of Medium Turquoise #3ABDBB

Tints of Medium Turquoise #3ABDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.09%

R = 13.36%
G = 43.55%
B = 43.09%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#3ABDBB (or 0x3ABDBB) is known color: Medium Turquoise. HEX triplet: 3A, BD and BB. RGB value is (58,189,187). Sum of RGB (Red+Green+Blue) = 58+189+187=434 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.36% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 189 - color contains mainly: green. Hex color #3ABDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABDBB is #C54244. Grayscale: #959595. Windows color (decimal): -12927557 or 12303674. OLE color: 12303674.

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

Color convert

RGB 58 189 187 -
CMYK 0.69 0 0.01 0.26
HSL 179.08º 0.53% 0.48% -
HSV(B) 179.08º 0.69% 0.74% -
XYZ 28.91 40.88 53.38 -
YUV 149.6 149.1 62.66 -
System Red Green Blue C M Y K H S L
Decimal 58 189 187 0.69 0 0.01 0.26 179.08 0.53 0.48
Hex 3A BD BB 45 0 1 1A B3 35 30
Octal 72 275 273 105 0 1 32 263 65 60
Binary 111010 10111101 10111011 1000101 0 1 11010 10110011 110101 110000

Color Harmonies of #3ABDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABDBB

Black with #3ABDBB

Text Example


Text Example

White with #3ABDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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