Html Css Color HEX #3BCEBE Medium Turquoise

📋 copy color: '#3BCEBE'

red 59 ◦ green 206 ◦ blue 190

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

Shades of Medium Turquoise #3BCEBE

Tints of Medium Turquoise #3BCEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.76%

R = 12.97%
G = 45.27%
B = 41.76%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#3BCEBE (or 0x3BCEBE) is known color: Medium Turquoise. HEX triplet: 3B, CE and BE. RGB value is (59,206,190). Sum of RGB (Red+Green+Blue) = 59+206+190=455 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.97% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 206 - color contains mainly: green. Hex color #3BCEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCEBE is #C43141. Grayscale: #A0A0A0. Windows color (decimal): -12857666 or 12504635. OLE color: 12504635.

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

Color convert

RGB 59 206 190 -
CMYK 0.71 0 0.08 0.19
HSL 173.47º 0.6% 0.52% -
HSV(B) 173.47º 0.71% 0.81% -
XYZ 33.17 48.79 56.38 -
YUV 160.22 144.8 55.8 -
System Red Green Blue C M Y K H S L
Decimal 59 206 190 0.71 0 0.08 0.19 173.47 0.6 0.52
Hex 3B CE BE 47 0 8 13 AD 3C 34
Octal 73 316 276 107 0 10 23 255 74 64
Binary 111011 11001110 10111110 1000111 0 1000 10011 10101101 111100 110100

Color Harmonies of #3BCEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCEBE

Black with #3BCEBE

Text Example


Text Example

White with #3BCEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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