Html Css Color HEX #3ABEBA Medium Turquoise

📋 copy color: '#3ABEBA'

red 58 ◦ green 190 ◦ blue 186

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

Shades of Medium Turquoise #3ABEBA

Tints of Medium Turquoise #3ABEBA

RGB

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

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

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

R = 13.36%
G = 43.78%
B = 42.86%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#3ABEBA (or 0x3ABEBA) is known color: Medium Turquoise. HEX triplet: 3A, BE and BA. RGB value is (58,190,186). Sum of RGB (Red+Green+Blue) = 58+190+186=434 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.36% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 190 - color contains mainly: green. Hex color #3ABEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABEBA is #C54145. Grayscale: #959595. Windows color (decimal): -12927302 or 12238394. OLE color: 12238394.

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

Color convert

RGB 58 190 186 -
CMYK 0.69 0 0.02 0.25
HSL 178.18º 0.53% 0.49% -
HSV(B) 178.18º 0.69% 0.75% -
XYZ 29.02 41.27 52.89 -
YUV 150.08 148.27 62.33 -
System Red Green Blue C M Y K H S L
Decimal 58 190 186 0.69 0 0.02 0.25 178.18 0.53 0.49
Hex 3A BE BA 45 0 2 19 B2 35 31
Octal 72 276 272 105 0 2 31 262 65 61
Binary 111010 10111110 10111010 1000101 0 10 11001 10110010 110101 110001

Color Harmonies of #3ABEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABEBA

Black with #3ABEBA

Text Example


Text Example

White with #3ABEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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