Html Css Color HEX #3BD2C3 Medium Turquoise

📋 copy color: '#3BD2C3'

red 59 ◦ green 210 ◦ blue 195

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

Shades of Medium Turquoise #3BD2C3

Tints of Medium Turquoise #3BD2C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.03%

R = 12.72%
G = 45.26%
B = 42.03%

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

#3BD2C3 (or 0x3BD2C3) is known color: Medium Turquoise. HEX triplet: 3B, D2 and C3. RGB value is (59,210,195). Sum of RGB (Red+Green+Blue) = 59+210+195=464 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.72% from 464); Green value is 210 (82.42% from 255 or 45.26% from 464); Blue value is 195 (76.56% from 255 or 42.03% from 464); Max value from RGB is 210 - color contains mainly: green. Hex color #3BD2C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD2C3 is #C42D3C. Grayscale: #A3A3A3. Windows color (decimal): -12856637 or 12833339. OLE color: 12833339.

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

Color convert

RGB 59 210 195 -
CMYK 0.72 0 0.07 0.18
HSL 174.04º 0.63% 0.53% -
HSV(B) 174.04º 0.72% 0.82% -
XYZ 34.7 50.96 59.64 -
YUV 163.14 145.97 53.72 -
System Red Green Blue C M Y K H S L
Decimal 59 210 195 0.72 0 0.07 0.18 174.04 0.63 0.53
Hex 3B D2 C3 48 0 7 12 AE 3F 35
Octal 73 322 303 110 0 7 22 256 77 65
Binary 111011 11010010 11000011 1001000 0 111 10010 10101110 111111 110101

Color Harmonies of #3BD2C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD2C3

Black with #3BD2C3

Text Example


Text Example

White with #3BD2C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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