Html Css Color HEX #3BCEB9 Medium Turquoise

📋 copy color: '#3BCEB9'

red 59 ◦ green 206 ◦ blue 185

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

Shades of Medium Turquoise #3BCEB9

Tints of Medium Turquoise #3BCEB9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.78%

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

R = 13.11%
G = 45.78%
B = 41.11%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#3BCEB9 (or 0x3BCEB9) is known color: Medium Turquoise. HEX triplet: 3B, CE and B9. RGB value is (59,206,185). Sum of RGB (Red+Green+Blue) = 59+206+185=450 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.11% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 185 (72.66% from 255 or 41.11% from 450); Max value from RGB is 206 - color contains mainly: green. Hex color #3BCEB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCEB9 is #C43146. Grayscale: #9F9F9F. Windows color (decimal): -12857671 or 12176955. OLE color: 12176955.

HSL color Cylindrical-coordinate representation of color #3BCEB9: hue angle of 171.43º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCEB9 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 59 206 185 -
CMYK 0.71 0 0.10 0.19
HSL 171.43º 0.6% 0.52% -
HSV(B) 171.43º 0.71% 0.81% -
XYZ 32.63 48.58 53.56 -
YUV 159.65 142.3 56.21 -
System Red Green Blue C M Y K H S L
Decimal 59 206 185 0.71 0 0.10 0.19 171.43 0.6 0.52
Hex 3B CE B9 47 0 A 13 AB 3C 34
Octal 73 316 271 107 0 12 23 253 74 64
Binary 111011 11001110 10111001 1000111 0 1010 10011 10101011 111100 110100

Color Harmonies of #3BCEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCEB9

Black with #3BCEB9

Text Example


Text Example

White with #3BCEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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