Html Css Color HEX #3BCEBB Medium Turquoise

📋 copy color: '#3BCEBB'

red 59 ◦ green 206 ◦ blue 187

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

Shades of Medium Turquoise #3BCEBB

Tints of Medium Turquoise #3BCEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.37%

R = 13.05%
G = 45.58%
B = 41.37%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#3BCEBB (or 0x3BCEBB) is known color: Medium Turquoise. HEX triplet: 3B, CE and BB. RGB value is (59,206,187). Sum of RGB (Red+Green+Blue) = 59+206+187=452 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.05% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #3BCEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCEBB is #C43144. Grayscale: #9F9F9F. Windows color (decimal): -12857669 or 12308027. OLE color: 12308027.

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

Color convert

RGB 59 206 187 -
CMYK 0.71 0 0.09 0.19
HSL 172.24º 0.6% 0.52% -
HSV(B) 172.24º 0.71% 0.81% -
XYZ 32.84 48.66 54.68 -
YUV 159.88 143.3 56.04 -
System Red Green Blue C M Y K H S L
Decimal 59 206 187 0.71 0 0.09 0.19 172.24 0.6 0.52
Hex 3B CE BB 47 0 9 13 AC 3C 34
Octal 73 316 273 107 0 11 23 254 74 64
Binary 111011 11001110 10111011 1000111 0 1001 10011 10101100 111100 110100

Color Harmonies of #3BCEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCEBB

Black with #3BCEBB

Text Example


Text Example

White with #3BCEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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