Html Css Color HEX #3BD0C6 Medium Turquoise

📋 copy color: '#3BD0C6'

red 59 ◦ green 208 ◦ blue 198

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

Shades of Medium Turquoise #3BD0C6

Tints of Medium Turquoise #3BD0C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.58%

R = 12.69%
G = 44.73%
B = 42.58%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#3BD0C6 (or 0x3BD0C6) is known color: Medium Turquoise. HEX triplet: 3B, D0 and C6. RGB value is (59,208,198). Sum of RGB (Red+Green+Blue) = 59+208+198=465 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.69% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 208 - color contains mainly: green. Hex color #3BD0C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD0C6 is #C42F39. Grayscale: #A2A2A2. Windows color (decimal): -12857146 or 13029435. OLE color: 13029435.

HSL color Cylindrical-coordinate representation of color #3BD0C6: hue angle of 175.97º 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 #3BD0C6 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 59 208 198 -
CMYK 0.72 0 0.05 0.18
HSL 175.97º 0.61% 0.52% -
HSV(B) 175.97º 0.72% 0.82% -
XYZ 34.55 50.12 61.28 -
YUV 162.31 148.14 54.31 -
System Red Green Blue C M Y K H S L
Decimal 59 208 198 0.72 0 0.05 0.18 175.97 0.61 0.52
Hex 3B D0 C6 48 0 5 12 B0 3D 34
Octal 73 320 306 110 0 5 22 260 75 64
Binary 111011 11010000 11000110 1001000 0 101 10010 10110000 111101 110100

Color Harmonies of #3BD0C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD0C6

Black with #3BD0C6

Text Example


Text Example

White with #3BD0C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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