Html Css Color HEX #3BBDBB Medium Turquoise

📋 copy color: '#3BBDBB'

red 59 ◦ green 189 ◦ blue 187

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

Shades of Medium Turquoise #3BBDBB

Tints of Medium Turquoise #3BBDBB

RGB

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

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

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

R = 13.56%
G = 43.45%
B = 42.99%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#3BBDBB (or 0x3BBDBB) is known color: Medium Turquoise. HEX triplet: 3B, BD and BB. RGB value is (59,189,187). Sum of RGB (Red+Green+Blue) = 59+189+187=435 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.56% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 189 - color contains mainly: green. Hex color #3BBDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBDBB is #C44244. Grayscale: #959595. Windows color (decimal): -12862021 or 12303675. OLE color: 12303675.

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

Color convert

RGB 59 189 187 -
CMYK 0.69 0 0.01 0.26
HSL 179.08º 0.52% 0.49% -
HSV(B) 179.08º 0.69% 0.74% -
XYZ 28.97 40.91 53.38 -
YUV 149.9 148.93 63.16 -
System Red Green Blue C M Y K H S L
Decimal 59 189 187 0.69 0 0.01 0.26 179.08 0.52 0.49
Hex 3B BD BB 45 0 1 1A B3 34 31
Octal 73 275 273 105 0 1 32 263 64 61
Binary 111011 10111101 10111011 1000101 0 1 11010 10110011 110100 110001

Color Harmonies of #3BBDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BBDBB

Black with #3BBDBB

Text Example


Text Example

White with #3BBDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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