Html Css Color HEX #3CDCBA Turquoise

📋 copy color: '#3CDCBA'

red 60 ◦ green 220 ◦ blue 186

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

Shades of Turquoise #3CDCBA

Tints of Turquoise #3CDCBA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.21%

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

R = 12.88%
G = 47.21%
B = 39.91%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#3CDCBA (or 0x3CDCBA) is known color: Turquoise. HEX triplet: 3C, DC and BA. RGB value is (60,220,186). Sum of RGB (Red+Green+Blue) = 60+220+186=466 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.88% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDCBA is #C32345. Grayscale: #A8A8A8. Windows color (decimal): -12788550 or 12246076. OLE color: 12246076.

HSL color Cylindrical-coordinate representation of color #3CDCBA: hue angle of 167.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDCBA is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 220 186 -
CMYK 0.73 0 0.15 0.14
HSL 167.25º 0.7% 0.55% -
HSV(B) 167.25º 0.73% 0.86% -
XYZ 36.32 55.69 55.29 -
YUV 168.28 137.99 50.76 -
System Red Green Blue C M Y K H S L
Decimal 60 220 186 0.73 0 0.15 0.14 167.25 0.7 0.55
Hex 3C DC BA 49 0 F E A7 46 37
Octal 74 334 272 111 0 17 16 247 106 67
Binary 111100 11011100 10111010 1001001 0 1111 1110 10100111 1000110 110111

Color Harmonies of #3CDCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDCBA

Black with #3CDCBA

Text Example


Text Example

White with #3CDCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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