Html Css Color HEX #3CCEB9 Medium Turquoise

📋 copy color: '#3CCEB9'

red 60 ◦ green 206 ◦ blue 185

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

Shades of Medium Turquoise #3CCEB9

Tints of Medium Turquoise #3CCEB9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.68%

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

R = 13.3%
G = 45.68%
B = 41.02%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#3CCEB9 (or 0x3CCEB9) is known color: Medium Turquoise. HEX triplet: 3C, CE and B9. RGB value is (60,206,185). Sum of RGB (Red+Green+Blue) = 60+206+185=451 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.30% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 185 (72.66% from 255 or 41.02% from 451); Max value from RGB is 206 - color contains mainly: green. Hex color #3CCEB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCEB9 is #C33146. Grayscale: #9F9F9F. Windows color (decimal): -12792135 or 12176956. OLE color: 12176956.

HSL color Cylindrical-coordinate representation of color #3CCEB9: hue angle of 171.37º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCEB9 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 60 206 185 -
CMYK 0.71 0 0.10 0.19
HSL 171.37º 0.6% 0.52% -
HSV(B) 171.37º 0.71% 0.81% -
XYZ 32.69 48.61 53.56 -
YUV 159.95 142.13 56.71 -
System Red Green Blue C M Y K H S L
Decimal 60 206 185 0.71 0 0.10 0.19 171.37 0.6 0.52
Hex 3C CE B9 47 0 A 13 AB 3C 34
Octal 74 316 271 107 0 12 23 253 74 64
Binary 111100 11001110 10111001 1000111 0 1010 10011 10101011 111100 110100

Color Harmonies of #3CCEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCEB9

Black with #3CCEB9

Text Example


Text Example

White with #3CCEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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