Html Css Color HEX #3BC0BD Medium Turquoise

📋 copy color: '#3BC0BD'

red 59 ◦ green 192 ◦ blue 189

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

Shades of Medium Turquoise #3BC0BD

Tints of Medium Turquoise #3BC0BD

RGB

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

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

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

R = 13.41%
G = 43.64%
B = 42.95%

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

#3BC0BD (or 0x3BC0BD) is known color: Medium Turquoise. HEX triplet: 3B, C0 and BD. RGB value is (59,192,189). Sum of RGB (Red+Green+Blue) = 59+192+189=440 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.41% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 192 - color contains mainly: green. Hex color #3BC0BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC0BD is #C43F42. Grayscale: #979797. Windows color (decimal): -12861251 or 12435515. OLE color: 12435515.

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

Color convert

RGB 59 192 189 -
CMYK 0.69 0 0.02 0.25
HSL 178.65º 0.53% 0.49% -
HSV(B) 178.65º 0.69% 0.75% -
XYZ 29.84 42.3 54.74 -
YUV 151.89 148.94 61.74 -
System Red Green Blue C M Y K H S L
Decimal 59 192 189 0.69 0 0.02 0.25 178.65 0.53 0.49
Hex 3B C0 BD 45 0 2 19 B3 35 31
Octal 73 300 275 105 0 2 31 263 65 61
Binary 111011 11000000 10111101 1000101 0 10 11001 10110011 110101 110001

Color Harmonies of #3BC0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC0BD

Black with #3BC0BD

Text Example


Text Example

White with #3BC0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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