Html Css Color HEX #3CC1B7 Medium Turquoise

📋 copy color: '#3CC1B7'

red 60 ◦ green 193 ◦ blue 183

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

Shades of Medium Turquoise #3CC1B7

Tints of Medium Turquoise #3CC1B7

RGB

 RED value IS 60 (23.83% from 255) = 13.76%

 GREEN value IS 193 (75.78% from 255) = 44.27%

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

R = 13.76%
G = 44.27%
B = 41.97%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#3CC1B7 (or 0x3CC1B7) is known color: Medium Turquoise. HEX triplet: 3C, C1 and B7. RGB value is (60,193,183). Sum of RGB (Red+Green+Blue) = 60+193+183=436 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.76% from 436); Green value is 193 (75.78% from 255 or 44.27% from 436); Blue value is 183 (71.88% from 255 or 41.97% from 436); Max value from RGB is 193 - color contains mainly: green. Hex color #3CC1B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC1B7 is #C33E48. Grayscale: #989898. Windows color (decimal): -12795465 or 12042556. OLE color: 12042556.

HSL color Cylindrical-coordinate representation of color #3CC1B7: hue angle of 175.49º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC1B7 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 60 193 183 -
CMYK 0.69 0 0.05 0.24
HSL 175.49º 0.53% 0.5% -
HSV(B) 175.49º 0.69% 0.76% -
XYZ 29.48 42.52 51.45 -
YUV 152.09 145.44 62.31 -
System Red Green Blue C M Y K H S L
Decimal 60 193 183 0.69 0 0.05 0.24 175.49 0.53 0.5
Hex 3C C1 B7 45 0 5 18 AF 35 32
Octal 74 301 267 105 0 5 30 257 65 62
Binary 111100 11000001 10110111 1000101 0 101 11000 10101111 110101 110010

Color Harmonies of #3CC1B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC1B7

Black with #3CC1B7

Text Example


Text Example

White with #3CC1B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,193,183); }

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

background-color css

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

 a { background-color: rgb(60,193,183); }

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

border-color css

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

 span { border-color: rgb(60,193,183); }

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