Html Css Color HEX #3ABEBD Medium Turquoise

📋 copy color: '#3ABEBD'

red 58 ◦ green 190 ◦ blue 189

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

Shades of Medium Turquoise #3ABEBD

Tints of Medium Turquoise #3ABEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.25%

R = 13.27%
G = 43.48%
B = 43.25%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#3ABEBD (or 0x3ABEBD) is known color: Medium Turquoise. HEX triplet: 3A, BE and BD. RGB value is (58,190,189). Sum of RGB (Red+Green+Blue) = 58+190+189=437 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.27% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 190 - color contains mainly: green. Hex color #3ABEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABEBD is #C54142. Grayscale: #969696. Windows color (decimal): -12927299 or 12435002. OLE color: 12435002.

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

Color convert

RGB 58 190 189 -
CMYK 0.69 0 0.01 0.25
HSL 179.55º 0.53% 0.49% -
HSV(B) 179.55º 0.69% 0.75% -
XYZ 29.34 41.4 54.59 -
YUV 150.42 149.77 62.08 -
System Red Green Blue C M Y K H S L
Decimal 58 190 189 0.69 0 0.01 0.25 179.55 0.53 0.49
Hex 3A BE BD 45 0 1 19 B4 35 31
Octal 72 276 275 105 0 1 31 264 65 61
Binary 111010 10111110 10111101 1000101 0 1 11001 10110100 110101 110001

Color Harmonies of #3ABEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABEBD

Black with #3ABEBD

Text Example


Text Example

White with #3ABEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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