Html Css Color HEX #3BD0C1 Medium Turquoise

📋 copy color: '#3BD0C1'

red 59 ◦ green 208 ◦ blue 193

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

Shades of Medium Turquoise #3BD0C1

Tints of Medium Turquoise #3BD0C1

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.22%

 BLUE value IS 193 (75.78% from 255) = 41.96%

R = 12.83%
G = 45.22%
B = 41.96%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#3BD0C1 (or 0x3BD0C1) is known color: Medium Turquoise. HEX triplet: 3B, D0 and C1. RGB value is (59,208,193). Sum of RGB (Red+Green+Blue) = 59+208+193=460 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.83% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 193 (75.78% from 255 or 41.96% from 460); Max value from RGB is 208 - color contains mainly: green. Hex color #3BD0C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD0C1 is #C42F3E. Grayscale: #A1A1A1. Windows color (decimal): -12857151 or 12701755. OLE color: 12701755.

HSL color Cylindrical-coordinate representation of color #3BD0C1: hue angle of 173.96º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD0C1 is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 59 208 193 -
CMYK 0.72 0 0.07 0.18
HSL 173.96º 0.61% 0.52% -
HSV(B) 173.96º 0.72% 0.82% -
XYZ 33.99 49.89 58.29 -
YUV 161.74 145.64 54.72 -
System Red Green Blue C M Y K H S L
Decimal 59 208 193 0.72 0 0.07 0.18 173.96 0.61 0.52
Hex 3B D0 C1 48 0 7 12 AE 3D 34
Octal 73 320 301 110 0 7 22 256 75 64
Binary 111011 11010000 11000001 1001000 0 111 10010 10101110 111101 110100

Color Harmonies of #3BD0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD0C1

Black with #3BD0C1

Text Example


Text Example

White with #3BD0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,208,193); }

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

background-color css

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

 a { background-color: rgb(59,208,193); }

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

border-color css

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

 span { border-color: rgb(59,208,193); }

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