Html Css Color HEX #3BCAB7 Medium Turquoise

📋 copy color: '#3BCAB7'

red 59 ◦ green 202 ◦ blue 183

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

Shades of Medium Turquoise #3BCAB7

Tints of Medium Turquoise #3BCAB7

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.5%

 BLUE value IS 183 (71.88% from 255) = 41.22%

R = 13.29%
G = 45.5%
B = 41.22%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#3BCAB7 (or 0x3BCAB7) is known color: Medium Turquoise. HEX triplet: 3B, CA and B7. RGB value is (59,202,183). Sum of RGB (Red+Green+Blue) = 59+202+183=444 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.29% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 183 (71.88% from 255 or 41.22% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #3BCAB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCAB7 is #C43548. Grayscale: #9D9D9D. Windows color (decimal): -12858697 or 12044859. OLE color: 12044859.

HSL color Cylindrical-coordinate representation of color #3BCAB7: hue angle of 172.03º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCAB7 is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 59 202 183 -
CMYK 0.71 0 0.09 0.21
HSL 172.03º 0.57% 0.51% -
HSV(B) 172.03º 0.71% 0.79% -
XYZ 31.47 46.59 52.13 -
YUV 157.08 142.62 58.04 -
System Red Green Blue C M Y K H S L
Decimal 59 202 183 0.71 0 0.09 0.21 172.03 0.57 0.51
Hex 3B CA B7 47 0 9 15 AC 39 33
Octal 73 312 267 107 0 11 25 254 71 63
Binary 111011 11001010 10110111 1000111 0 1001 10101 10101100 111001 110011

Color Harmonies of #3BCAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCAB7

Black with #3BCAB7

Text Example


Text Example

White with #3BCAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,202,183); }

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

background-color css

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

 a { background-color: rgb(59,202,183); }

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

border-color css

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

 span { border-color: rgb(59,202,183); }

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