Html Css Color HEX #3CC9BC Medium Turquoise

📋 copy color: '#3CC9BC'

red 60 ◦ green 201 ◦ blue 188

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

Shades of Medium Turquoise #3CC9BC

Tints of Medium Turquoise #3CC9BC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.77%

 BLUE value IS 188 (73.83% from 255) = 41.87%

R = 13.36%
G = 44.77%
B = 41.87%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#3CC9BC (or 0x3CC9BC) is known color: Medium Turquoise. HEX triplet: 3C, C9 and BC. RGB value is (60,201,188). Sum of RGB (Red+Green+Blue) = 60+201+188=449 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.36% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 201 - color contains mainly: green. Hex color #3CC9BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC9BC is #C33643. Grayscale: #9D9D9D. Windows color (decimal): -12793412 or 12372284. OLE color: 12372284.

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

Color convert

RGB 60 201 188 -
CMYK 0.70 0 0.06 0.21
HSL 174.47º 0.57% 0.51% -
HSV(B) 174.47º 0.7% 0.79% -
XYZ 31.83 46.36 54.85 -
YUV 157.36 145.29 58.56 -
System Red Green Blue C M Y K H S L
Decimal 60 201 188 0.70 0 0.06 0.21 174.47 0.57 0.51
Hex 3C C9 BC 46 0 6 15 AE 39 33
Octal 74 311 274 106 0 6 25 256 71 63
Binary 111100 11001001 10111100 1000110 0 110 10101 10101110 111001 110011

Color Harmonies of #3CC9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC9BC

Black with #3CC9BC

Text Example


Text Example

White with #3CC9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,201,188); }

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

background-color css

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

 a { background-color: rgb(60,201,188); }

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

border-color css

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

 span { border-color: rgb(60,201,188); }

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