Html Css Color HEX #3BCEBF Medium Turquoise

📋 copy color: '#3BCEBF'

red 59 ◦ green 206 ◦ blue 191

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

Shades of Medium Turquoise #3BCEBF

Tints of Medium Turquoise #3BCEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.89%

R = 12.94%
G = 45.18%
B = 41.89%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#3BCEBF (or 0x3BCEBF) is known color: Medium Turquoise. HEX triplet: 3B, CE and BF. RGB value is (59,206,191). Sum of RGB (Red+Green+Blue) = 59+206+191=456 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.94% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 206 - color contains mainly: green. Hex color #3BCEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCEBF is #C43140. Grayscale: #A0A0A0. Windows color (decimal): -12857665 or 12570171. OLE color: 12570171.

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

Color convert

RGB 59 206 191 -
CMYK 0.71 0 0.07 0.19
HSL 173.88º 0.6% 0.52% -
HSV(B) 173.88º 0.71% 0.81% -
XYZ 33.28 48.83 56.96 -
YUV 160.34 145.3 55.72 -
System Red Green Blue C M Y K H S L
Decimal 59 206 191 0.71 0 0.07 0.19 173.88 0.6 0.52
Hex 3B CE BF 47 0 7 13 AE 3C 34
Octal 73 316 277 107 0 7 23 256 74 64
Binary 111011 11001110 10111111 1000111 0 111 10011 10101110 111100 110100

Color Harmonies of #3BCEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCEBF

Black with #3BCEBF

Text Example


Text Example

White with #3BCEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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