Html Css Color HEX #3BBEBA Medium Turquoise

📋 copy color: '#3BBEBA'

red 59 ◦ green 190 ◦ blue 186

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

Shades of Medium Turquoise #3BBEBA

Tints of Medium Turquoise #3BBEBA

RGB

 RED value IS 59 (23.44% from 255) = 13.56%

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

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

R = 13.56%
G = 43.68%
B = 42.76%

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

#3BBEBA (or 0x3BBEBA) is known color: Medium Turquoise. HEX triplet: 3B, BE and BA. RGB value is (59,190,186). Sum of RGB (Red+Green+Blue) = 59+190+186=435 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.56% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 190 - color contains mainly: green. Hex color #3BBEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBEBA is #C44145. Grayscale: #969696. Windows color (decimal): -12861766 or 12238395. OLE color: 12238395.

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

Color convert

RGB 59 190 186 -
CMYK 0.69 0 0.02 0.25
HSL 178.17º 0.53% 0.49% -
HSV(B) 178.17º 0.69% 0.75% -
XYZ 29.08 41.3 52.89 -
YUV 150.38 148.1 62.83 -
System Red Green Blue C M Y K H S L
Decimal 59 190 186 0.69 0 0.02 0.25 178.17 0.53 0.49
Hex 3B BE BA 45 0 2 19 B2 35 31
Octal 73 276 272 105 0 2 31 262 65 61
Binary 111011 10111110 10111010 1000101 0 10 11001 10110010 110101 110001

Color Harmonies of #3BBEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BBEBA

Black with #3BBEBA

Text Example


Text Example

White with #3BBEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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