Html Css Color HEX #3CCDB9 Medium Turquoise

📋 copy color: '#3CCDB9'

red 60 ◦ green 205 ◦ blue 185

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

Shades of Medium Turquoise #3CCDB9

Tints of Medium Turquoise #3CCDB9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.56%

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

R = 13.33%
G = 45.56%
B = 41.11%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#3CCDB9 (or 0x3CCDB9) is known color: Medium Turquoise. HEX triplet: 3C, CD and B9. RGB value is (60,205,185). Sum of RGB (Red+Green+Blue) = 60+205+185=450 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.33% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 185 (72.66% from 255 or 41.11% from 450); Max value from RGB is 205 - color contains mainly: green. Hex color #3CCDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCDB9 is #C33246. Grayscale: #9F9F9F. Windows color (decimal): -12792391 or 12176700. OLE color: 12176700.

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

Color convert

RGB 60 205 185 -
CMYK 0.71 0 0.10 0.20
HSL 171.72º 0.59% 0.52% -
HSV(B) 171.72º 0.71% 0.8% -
XYZ 32.45 48.13 53.48 -
YUV 159.37 142.46 57.13 -
System Red Green Blue C M Y K H S L
Decimal 60 205 185 0.71 0 0.10 0.20 171.72 0.59 0.52
Hex 3C CD B9 47 0 A 14 AC 3B 34
Octal 74 315 271 107 0 12 24 254 73 64
Binary 111100 11001101 10111001 1000111 0 1010 10100 10101100 111011 110100

Color Harmonies of #3CCDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCDB9

Black with #3CCDB9

Text Example


Text Example

White with #3CCDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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