Html Css Color HEX #3BD2C6 Medium Turquoise

📋 copy color: '#3BD2C6'

red 59 ◦ green 210 ◦ blue 198

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

Shades of Medium Turquoise #3BD2C6

Tints of Medium Turquoise #3BD2C6

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.97%

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

R = 12.63%
G = 44.97%
B = 42.4%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#3BD2C6 (or 0x3BD2C6) is known color: Medium Turquoise. HEX triplet: 3B, D2 and C6. RGB value is (59,210,198). Sum of RGB (Red+Green+Blue) = 59+210+198=467 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.63% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 210 - color contains mainly: green. Hex color #3BD2C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD2C6 is #C42D39. Grayscale: #A3A3A3. Windows color (decimal): -12856634 or 13029947. OLE color: 13029947.

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

Color convert

RGB 59 210 198 -
CMYK 0.72 0 0.06 0.18
HSL 175.23º 0.63% 0.53% -
HSV(B) 175.23º 0.72% 0.82% -
XYZ 35.04 51.1 61.44 -
YUV 163.48 147.47 53.48 -
System Red Green Blue C M Y K H S L
Decimal 59 210 198 0.72 0 0.06 0.18 175.23 0.63 0.53
Hex 3B D2 C6 48 0 6 12 AF 3F 35
Octal 73 322 306 110 0 6 22 257 77 65
Binary 111011 11010010 11000110 1001000 0 110 10010 10101111 111111 110101

Color Harmonies of #3BD2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD2C6

Black with #3BD2C6

Text Example


Text Example

White with #3BD2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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