Html Css Color HEX #3ABEB8 Medium Turquoise

📋 copy color: '#3ABEB8'

red 58 ◦ green 190 ◦ blue 184

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

Shades of Medium Turquoise #3ABEB8

Tints of Medium Turquoise #3ABEB8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.98%

 BLUE value IS 184 (72.27% from 255) = 42.59%

R = 13.43%
G = 43.98%
B = 42.59%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#3ABEB8 (or 0x3ABEB8) is known color: Medium Turquoise. HEX triplet: 3A, BE and B8. RGB value is (58,190,184). Sum of RGB (Red+Green+Blue) = 58+190+184=432 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.43% from 432); Green value is 190 (74.61% from 255 or 43.98% from 432); Blue value is 184 (72.27% from 255 or 42.59% from 432); Max value from RGB is 190 - color contains mainly: green. Hex color #3ABEB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABEB8 is #C54147. Grayscale: #959595. Windows color (decimal): -12927304 or 12107322. OLE color: 12107322.

HSL color Cylindrical-coordinate representation of color #3ABEB8: hue angle of 177.27º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABEB8 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 190 184 -
CMYK 0.69 0 0.03 0.25
HSL 177.27º 0.53% 0.49% -
HSV(B) 177.27º 0.69% 0.75% -
XYZ 28.81 41.19 51.78 -
YUV 149.85 147.27 62.49 -
System Red Green Blue C M Y K H S L
Decimal 58 190 184 0.69 0 0.03 0.25 177.27 0.53 0.49
Hex 3A BE B8 45 0 3 19 B1 35 31
Octal 72 276 270 105 0 3 31 261 65 61
Binary 111010 10111110 10111000 1000101 0 11 11001 10110001 110101 110001

Color Harmonies of #3ABEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABEB8

Black with #3ABEB8

Text Example


Text Example

White with #3ABEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,190,184); }

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

background-color css

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

 a { background-color: rgb(58,190,184); }

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

border-color css

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

 span { border-color: rgb(58,190,184); }

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