Html Css Color HEX #3CCDBA Medium Turquoise

📋 copy color: '#3CCDBA'

red 60 ◦ green 205 ◦ blue 186

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

Shades of Medium Turquoise #3CCDBA

Tints of Medium Turquoise #3CCDBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.24%

R = 13.3%
G = 45.45%
B = 41.24%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#3CCDBA (or 0x3CCDBA) is known color: Medium Turquoise. HEX triplet: 3C, CD and BA. RGB value is (60,205,186). Sum of RGB (Red+Green+Blue) = 60+205+186=451 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.30% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 205 - color contains mainly: green. Hex color #3CCDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCDBA is #C33245. Grayscale: #9F9F9F. Windows color (decimal): -12792390 or 12242236. OLE color: 12242236.

HSL color Cylindrical-coordinate representation of color #3CCDBA: hue angle of 172.14º 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 #3CCDBA is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 60 205 186 -
CMYK 0.71 0 0.09 0.20
HSL 172.14º 0.59% 0.52% -
HSV(B) 172.14º 0.71% 0.8% -
XYZ 32.56 48.17 54.04 -
YUV 159.48 142.96 57.04 -
System Red Green Blue C M Y K H S L
Decimal 60 205 186 0.71 0 0.09 0.20 172.14 0.59 0.52
Hex 3C CD BA 47 0 9 14 AC 3B 34
Octal 74 315 272 107 0 11 24 254 73 64
Binary 111100 11001101 10111010 1000111 0 1001 10100 10101100 111011 110100

Color Harmonies of #3CCDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCDBA

Black with #3CCDBA

Text Example


Text Example

White with #3CCDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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