Html Css Color HEX #3CBCB9 Medium Turquoise

📋 copy color: '#3CBCB9'

red 60 ◦ green 188 ◦ blue 185

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

Shades of Medium Turquoise #3CBCB9

Tints of Medium Turquoise #3CBCB9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.42%

 BLUE value IS 185 (72.66% from 255) = 42.73%

R = 13.86%
G = 43.42%
B = 42.73%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#3CBCB9 (or 0x3CBCB9) is known color: Medium Turquoise. HEX triplet: 3C, BC and B9. RGB value is (60,188,185). Sum of RGB (Red+Green+Blue) = 60+188+185=433 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.86% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBCB9 is #C34346. Grayscale: #959595. Windows color (decimal): -12796743 or 12172348. OLE color: 12172348.

HSL color Cylindrical-coordinate representation of color #3CBCB9: hue angle of 178.59º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBCB9 is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 188 185 -
CMYK 0.68 0 0.02 0.26
HSL 178.59º 0.52% 0.49% -
HSV(B) 178.59º 0.68% 0.74% -
XYZ 28.6 40.43 52.2 -
YUV 149.39 148.09 64.24 -
System Red Green Blue C M Y K H S L
Decimal 60 188 185 0.68 0 0.02 0.26 178.59 0.52 0.49
Hex 3C BC B9 44 0 2 1A B3 34 31
Octal 74 274 271 104 0 2 32 263 64 61
Binary 111100 10111100 10111001 1000100 0 10 11010 10110011 110100 110001

Color Harmonies of #3CBCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBCB9

Black with #3CBCB9

Text Example


Text Example

White with #3CBCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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