Html Css Color HEX #3BBDB9 Medium Turquoise

📋 copy color: '#3BBDB9'

red 59 ◦ green 189 ◦ blue 185

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

Shades of Medium Turquoise #3BBDB9

Tints of Medium Turquoise #3BBDB9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.65%

 BLUE value IS 185 (72.66% from 255) = 42.73%

R = 13.63%
G = 43.65%
B = 42.73%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#3BBDB9 (or 0x3BBDB9) is known color: Medium Turquoise. HEX triplet: 3B, BD and B9. RGB value is (59,189,185). Sum of RGB (Red+Green+Blue) = 59+189+185=433 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.63% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 189 - color contains mainly: green. Hex color #3BBDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBDB9 is #C44246. Grayscale: #959595. Windows color (decimal): -12862023 or 12172603. OLE color: 12172603.

HSL color Cylindrical-coordinate representation of color #3BBDB9: hue angle of 178.15º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BBDB9 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 59 189 185 -
CMYK 0.69 0 0.02 0.26
HSL 178.15º 0.52% 0.49% -
HSV(B) 178.15º 0.69% 0.74% -
XYZ 28.76 40.83 52.26 -
YUV 149.67 147.93 63.33 -
System Red Green Blue C M Y K H S L
Decimal 59 189 185 0.69 0 0.02 0.26 178.15 0.52 0.49
Hex 3B BD B9 45 0 2 1A B2 34 31
Octal 73 275 271 105 0 2 32 262 64 61
Binary 111011 10111101 10111001 1000101 0 10 11010 10110010 110100 110001

Color Harmonies of #3BBDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BBDB9

Black with #3BBDB9

Text Example


Text Example

White with #3BBDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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