Html Css Color HEX #3BCBBD Medium Turquoise

📋 copy color: '#3BCBBD'

red 59 ◦ green 203 ◦ blue 189

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

Shades of Medium Turquoise #3BCBBD

Tints of Medium Turquoise #3BCBBD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.01%

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

R = 13.08%
G = 45.01%
B = 41.91%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#3BCBBD (or 0x3BCBBD) is known color: Medium Turquoise. HEX triplet: 3B, CB and BD. RGB value is (59,203,189). Sum of RGB (Red+Green+Blue) = 59+203+189=451 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.08% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 203 - color contains mainly: green. Hex color #3BCBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCBBD is #C43442. Grayscale: #9E9E9E. Windows color (decimal): -12858435 or 12438331. OLE color: 12438331.

HSL color Cylindrical-coordinate representation of color #3BCBBD: hue angle of 174.17º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCBBD is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 59 203 189 -
CMYK 0.71 0 0.07 0.20
HSL 174.17º 0.58% 0.51% -
HSV(B) 174.17º 0.71% 0.8% -
XYZ 32.34 47.32 55.57 -
YUV 158.35 145.29 57.14 -
System Red Green Blue C M Y K H S L
Decimal 59 203 189 0.71 0 0.07 0.20 174.17 0.58 0.51
Hex 3B CB BD 47 0 7 14 AE 3A 33
Octal 73 313 275 107 0 7 24 256 72 63
Binary 111011 11001011 10111101 1000111 0 111 10100 10101110 111010 110011

Color Harmonies of #3BCBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCBBD

Black with #3BCBBD

Text Example


Text Example

White with #3BCBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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