Html Css Color HEX #3BC0BB Medium Turquoise

📋 copy color: '#3BC0BB'

red 59 ◦ green 192 ◦ blue 187

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

Shades of Medium Turquoise #3BC0BB

Tints of Medium Turquoise #3BC0BB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.84%

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

R = 13.47%
G = 43.84%
B = 42.69%

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

#3BC0BB (or 0x3BC0BB) is known color: Medium Turquoise. HEX triplet: 3B, C0 and BB. RGB value is (59,192,187). Sum of RGB (Red+Green+Blue) = 59+192+187=438 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.47% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 192 - color contains mainly: green. Hex color #3BC0BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC0BB is #C43F44. Grayscale: #979797. Windows color (decimal): -12861253 or 12304443. OLE color: 12304443.

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

Color convert

RGB 59 192 187 -
CMYK 0.69 0 0.03 0.25
HSL 177.74º 0.53% 0.49% -
HSV(B) 177.74º 0.69% 0.75% -
XYZ 29.62 42.22 53.6 -
YUV 151.66 147.94 61.91 -
System Red Green Blue C M Y K H S L
Decimal 59 192 187 0.69 0 0.03 0.25 177.74 0.53 0.49
Hex 3B C0 BB 45 0 3 19 B2 35 31
Octal 73 300 273 105 0 3 31 262 65 61
Binary 111011 11000000 10111011 1000101 0 11 11001 10110010 110101 110001

Color Harmonies of #3BC0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC0BB

Black with #3BC0BB

Text Example


Text Example

White with #3BC0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,192,187); }

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

background-color css

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

 a { background-color: rgb(59,192,187); }

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

border-color css

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

 span { border-color: rgb(59,192,187); }

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