Html Css Color HEX #3BCBB8 Medium Turquoise

📋 copy color: '#3BCBB8'

red 59 ◦ green 203 ◦ blue 184

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

Shades of Medium Turquoise #3BCBB8

Tints of Medium Turquoise #3BCBB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.26%

R = 13.23%
G = 45.52%
B = 41.26%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#3BCBB8 (or 0x3BCBB8) is known color: Medium Turquoise. HEX triplet: 3B, CB and B8. RGB value is (59,203,184). Sum of RGB (Red+Green+Blue) = 59+203+184=446 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.23% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 184 (72.27% from 255 or 41.26% from 446); Max value from RGB is 203 - color contains mainly: green. Hex color #3BCBB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCBB8 is #C43447. Grayscale: #9D9D9D. Windows color (decimal): -12858440 or 12110651. OLE color: 12110651.

HSL color Cylindrical-coordinate representation of color #3BCBB8: hue angle of 172.08º 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 #3BCBB8 is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 59 203 184 -
CMYK 0.71 0 0.09 0.20
HSL 172.08º 0.58% 0.51% -
HSV(B) 172.08º 0.71% 0.8% -
XYZ 31.81 47.1 52.76 -
YUV 157.78 142.79 57.54 -
System Red Green Blue C M Y K H S L
Decimal 59 203 184 0.71 0 0.09 0.20 172.08 0.58 0.51
Hex 3B CB B8 47 0 9 14 AC 3A 33
Octal 73 313 270 107 0 11 24 254 72 63
Binary 111011 11001011 10111000 1000111 0 1001 10100 10101100 111010 110011

Color Harmonies of #3BCBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCBB8

Black with #3BCBB8

Text Example


Text Example

White with #3BCBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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